mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 17:30:13 +01:00
Merge branch 'ocdtrekkie-patch-1' into devel
Permit editing WIP limit. Thanks to nztqa and ocdtrekkie ! Closes #1310
This commit is contained in:
commit
aa1646ad45
2 changed files with 10 additions and 2 deletions
|
|
@ -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
|
# v0.51 2017-10-25 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
|
||||||
|
|
@ -76,14 +76,14 @@ template(name="listDeletePopup")
|
||||||
|
|
||||||
template(name="setWipLimitPopup")
|
template(name="setWipLimitPopup")
|
||||||
#js-wip-limit-edit
|
#js-wip-limit-edit
|
||||||
lable {{_ 'set-wip-limit-value'}}
|
label {{_ 'set-wip-limit-value'}}
|
||||||
ul.pop-over-list
|
ul.pop-over-list
|
||||||
li: a.js-enable-wip-limit {{_ 'enable-wip-limit'}}
|
li: a.js-enable-wip-limit {{_ 'enable-wip-limit'}}
|
||||||
if isWipLimitEnabled
|
if isWipLimitEnabled
|
||||||
i.fa.fa-check
|
i.fa.fa-check
|
||||||
if isWipLimitEnabled
|
if isWipLimitEnabled
|
||||||
p
|
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-apply(type="submit" value="{{_ 'apply'}}")
|
||||||
input.wip-limit-error
|
input.wip-limit-error
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue