Merge pull request #2464 from lukaaaaaaaay/dev-v7.8

Hackathon: U4-10941 Name should be before Label when adding grid row configurations
This commit is contained in:
Sebastiaan Janssen
2018-02-22 18:17:18 +01:00
committed by GitHub

View File

@@ -10,15 +10,15 @@
data for any existing content that is based on this configuration.</p>
<p><strong>Modifying only the label will not result in data loss.</strong></p>
</div>
<umb-control-group label="@general_name">
<input type="text" ng-model="currentRow.name" />
</umb-control-group>
<umb-control-group label="@general_label">
<input type="text" ng-model="currentRow.label" placeholder="Overrides name" />
</umb-control-group>
<umb-control-group label="@general_name">
<input type="text" ng-model="currentRow.name" />
</umb-control-group>
<div class="uSky-templates-template"
style="margin: 0; width: 350px; position: relative;">