Merge pull request #2763 from OptimisticCoder/U4-7030-Using-radiobuttonlist-prevalue-editor

U4-7030 enable use of radiobuttonlist pre editor
This commit is contained in:
Sebastiaan Janssen
2018-07-18 15:29:20 +02:00
committed by GitHub
6 changed files with 32 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ function dataTypeHelper() {
description: preVals[i].description,
label: preVals[i].label,
view: preVals[i].view,
value: preVals[i].value
value: preVals[i].value,
prevalues: preVals[i].prevalues
});
}

View File

@@ -29,6 +29,7 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
view: preVals[i].view,
value: preVals[i].value,
config: preVals[i].config,
prevalues: preVals[i].prevalues
});
}
}