Merge branch 'ocdtrekkie-patch-1' into devel

Permit editing WIP limit. Thanks to nztqa and ocdtrekkie ! Closes #1310
This commit is contained in:
Lauri Ojansivu 2017-10-31 05:59:04 +02:00
commit aa1646ad45
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
# Upcoming Wekan release
This release adds the following new features:
* [Permit editing WIP limit](https://github.com/wekan/wekan/pull/1312).
Thanks to GitHub users nztqa and ocdtrekkie for their contributions.
# v0.51 2017-10-25 Wekan release
This release adds the following new features:

View file

@ -76,14 +76,14 @@ template(name="listDeletePopup")
template(name="setWipLimitPopup")
#js-wip-limit-edit
lable {{_ 'set-wip-limit-value'}}
label {{_ 'set-wip-limit-value'}}
ul.pop-over-list
li: a.js-enable-wip-limit {{_ 'enable-wip-limit'}}
if isWipLimitEnabled
i.fa.fa-check
if isWipLimitEnabled
p
input.wip-limit-value(type="number" value="{{ wipLimitValue }}" min="1" max="99" onkeydown="return false")
input.wip-limit-value(type="number" value="{{ wipLimitValue }}" min="1" max="99")
input.wip-limit-apply(type="submit" value="{{_ 'apply'}}")
input.wip-limit-error