@cronapp/templates 2.9.6-SP.34 → 2.9.6-SP.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
|
|
303
303
|
<datasource data-component="crn-datasource" name="${dataSourceCombo}" entity="${model.namespace}.${relationClassName}" keys="${keyField}" schema="${model.getDSSchema(field.fullType)}" lazy=true></datasource>
|
|
304
304
|
<div data-component="crn-enterprise-dynamic-combobox" id="modal-combo${field.getName()}-${model.random}" class="component-holder ng-binding ng-scope">
|
|
305
|
-
<div class="form-group">
|
|
305
|
+
<div class="form-group" id="combobox-modal-${field.getName()}${model.random}">
|
|
306
306
|
<label for="combobox-modal-${field.getName()}${model.random}" class=""><#if field.label?has_content>${field.label}<#else>${field.name?capitalize}</#if></label>
|
|
307
307
|
<cron-dynamic-select
|
|
308
308
|
id="combobox-modal-${field.getName()}${model.random}"
|
package/package.json
CHANGED