* [bug#50362,doing,0.1h,2.6h] add selece module picker.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
.sidebar .tree .item-content > .item-title {white-space: nowrap; overflow: hidden; text-overflow: clip;}
|
||||
.flex-auto .tree-item-content .row:not(:first-child) {overflow: hidden;}
|
||||
li.tree-item > div.listitem > nav.toolbar {margin-left: 0;}
|
||||
|
||||
form .form-group.copy .col-short{min-width: 110px;}
|
||||
|
||||
@@ -46,6 +46,12 @@ if($viewType == 'story' && $allProduct)
|
||||
set::items($allProduct),
|
||||
set::required(true),
|
||||
set::onchange("syncProductOrProject(this, 'product')")
|
||||
),
|
||||
picker
|
||||
(
|
||||
setClass('col-short'),
|
||||
set::name('productModule'),
|
||||
set::items($productModules)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user