VIVO-900: on data property hierarchy, range class should be range data type
This commit is contained in:
parent
3cc87ba0c6
commit
adf04bd2be
4 changed files with 14 additions and 3 deletions
|
@ -45,6 +45,7 @@
|
|||
</section>
|
||||
<script language="javascript" type="text/javascript" >
|
||||
var json = [${jsonTree!}];
|
||||
var propertyType = '${propType}';
|
||||
var i18nStrings = {
|
||||
hideProperties: '${i18n().hide_properties}',
|
||||
showProperties: '${i18n().show_properties}',
|
||||
|
@ -52,6 +53,7 @@
|
|||
groupString: '${i18n().group_capitalized}',
|
||||
domainClass: '${i18n().domain_class}',
|
||||
rangeClass: '${i18n().range_class}',
|
||||
rangeDataType: '${i18n().range_data_type}',
|
||||
expandAll: '${i18n().expand_all}',
|
||||
collapseAll: '${i18n().collapse_all}',
|
||||
subProperties: '${i18n().sub_properties}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue