Skip to content

Commit

Permalink
headwirecom#156 fixed table configuration dialog headers
Browse files Browse the repository at this point in the history
qial committed Aug 26, 2020
1 parent 68970ee commit eef1767
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@
"type": "string",
"x-source": "inject",
"x-form-label": "Table Configuration",
"x-form-fieldLabel": "title",
"x-form-fieldLabel": "header",
"x-form-type": "collection",
"properties": {
"value": {
@@ -383,7 +383,7 @@ public class DatalistModel extends AbstractComponent {
@Inject
private String loadFunction;

/* {"type":"string","x-source":"inject","x-form-label":"Table Configuration","x-form-fieldLabel":"title","x-form-type":"collection","properties":{"value":{"type":"string","x-source":"inject","x-form-label":"Data Value","x-form-type":"text"},"header":{"type":"string","x-source":"inject","x-form-label":"Column Header","x-form-type":"text"}}} */
/* {"type":"string","x-source":"inject","x-form-label":"Table Configuration","x-form-fieldLabel":"header","x-form-type":"collection","properties":{"value":{"type":"string","x-source":"inject","x-form-label":"Data Value","x-form-type":"text"},"header":{"type":"string","x-source":"inject","x-form-label":"Column Header","x-form-type":"text"}}} */
@Inject
private List<IComponent> columns;

@@ -522,7 +522,7 @@ public String getLoadFunction() {
return loadFunction;
}

/* {"type":"string","x-source":"inject","x-form-label":"Table Configuration","x-form-fieldLabel":"title","x-form-type":"collection","properties":{"value":{"type":"string","x-source":"inject","x-form-label":"Data Value","x-form-type":"text"},"header":{"type":"string","x-source":"inject","x-form-label":"Column Header","x-form-type":"text"}}} */
/* {"type":"string","x-source":"inject","x-form-label":"Table Configuration","x-form-fieldLabel":"header","x-form-type":"collection","properties":{"value":{"type":"string","x-source":"inject","x-form-label":"Data Value","x-form-type":"text"},"header":{"type":"string","x-source":"inject","x-form-label":"Column Header","x-form-type":"text"}}} */
public List<IComponent> getColumns() {
return columns;
}
2 changes: 1 addition & 1 deletion fragments/datalist/model.json
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
"type": "string",
"x-source": "inject",
"x-form-label": "Table Configuration",
"x-form-fieldLabel": "title",
"x-form-fieldLabel": "header",
"x-form-type": "collection",
"properties": {

Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"type": "collection",
"multifield": true,
"fieldLabel": [
"title",
"header",
"value"
],
"fields": [

0 comments on commit eef1767

Please sign in to comment.