-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix (webapi): add searchbox gui element to hasOtherSomething property #828
Conversation
Ready to review. |
knora-base:objectClassConstraint knora-base:LinkValue . | ||
knora-base:objectClassConstraint knora-base:LinkValue ; | ||
|
||
salsah-gui:guiElement salsah-gui:Searchbox . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a newline at the end of the file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed that. Added the new line right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! It shouldn't matter, the triplestore did not complain ;-) It is rather a issue of style.
I ran the browser tests for salsah1 and they passed :-) see #829 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the fix!
* develop: feature (webapi): make project shortcode required (#824) doc (webapi): jekyll / paradox based documentation website (#751) Validate ontologies loaded from the triplestore (#806) fix (webapi): add searchbox gui element to hasOtherSomething property (#828) feature (webapi): allow loading data into graphdb on windows (internal PR) (#814) build (webapi): add missing library (#822) feature (webapi): allow changing of user’s password by system admin (#815) feature (webapi): OpenAPI / Swagger API documentation generation (#812)
* develop: feature (webapi): make project shortcode required (#824) doc (webapi): jekyll / paradox based documentation website (#751) Validate ontologies loaded from the triplestore (#806) fix (webapi): add searchbox gui element to hasOtherSomething property (#828) feature (webapi): allow loading data into graphdb on windows (internal PR) (#814) build (webapi): add missing library (#822) feature (webapi): allow changing of user’s password by system admin (#815) feature (webapi): OpenAPI / Swagger API documentation generation (#812)
This PR fixes the missing searchbox gui element for
hasOtherSomething
property in the something ontology.fixes #827