Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change ZI020_GE4 type to textEnumeration #5743

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VagrantProvisionVars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export GLPK_VERSION=4.64
export LIBOAUTHCPP_VERSION=0.1.0
export LIBPHONENUMBER_VERSION=8.12.39
export LIBPOSTAL_VERSION=1.1
export NODE_VERSION=14.16.1
export NODE_VERSION=16.0.0
export NPM_VERSION=6.14.12
export V8_VERSION=8.4.371.19
export STXXL_VERSION=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion translations/tds71_full_schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@ var schema = [
},
{name:"ZI001_VSD",desc:"Source Information : Vertical Source Date and Time",optional:"R",type:"String",defValue:"noInformation"},
{name:"ZI001_VSN",desc:"Source Information : Vertical Source Description",optional:"R",type:"String",defValue:"noInformation"},
{name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4},
{name:"ZI020_GE4",desc:"(Location Country) Designation : GENC Short URN-based Identifier",optional:"R",type:"textEnumeration",defValue:"noInformation",enumerations: full_ZI020_GE4},
{name:"ZI020_GE42",desc:"Location Country Designation : GENC Short URN-based Identifier second",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4},
{name:"ZI020_GE43",desc:"Location Country Designation : GENC Short URN-based Identifier third",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4},
{name:"ZI020_GE44",desc:"Location Country Designation : GENC Short URN-based Identifier fourth",optional:"R",type:"enumeration",defValue:"noInformation",enumerations: full_ZI020_GE4},
Expand Down