We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The variable $config:register-map in the template for generating applications contains an array of entities with predictable values.
$config:register-map
The value id for organization is not consistent with the other values because it is singular, not plural, see
id
"id": "pb-persons" ... "id": "pb-places" ... "id": "pb-organization"
The last value should be pb-organizations.
pb-organizations
It's also important that the file register/organizations.xml contains @xml:id with the value "pb-organizations!
register/organizations.xml
@xml:id
"pb-organizations
This can cause problems with saving and loading the organization to and from the registry in the generated apps (not in the TEI Publisher 9 itself).
All values in the "working" config.xqm module are in plural.
config.xqm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The variable
$config:register-map
in the template for generating applications contains an array of entities with predictable values.The value
id
for organization is not consistent with the other values because it is singular, not plural, seeThe last value should be
pb-organizations
.It's also important that the file
register/organizations.xml
contains@xml:id
with the value"pb-organizations
!This can cause problems with saving and loading the organization to and from the registry in the generated apps (not in the TEI Publisher 9 itself).
All values in the "working"
config.xqm
module are in plural.The text was updated successfully, but these errors were encountered: