-
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
create another linking property #277
Comments
the problem is in
the first time searchbox is created, pinfo is 0, the second time it is 2 ( |
When you try to add a new value of a linking property in |
When you remove an optional linking property in jquery.propedit.js by clicking on red cross button and then later add it by clicking on the green plus icon, the application gives "SALSAH.ApiGet ERROR: Internal Server Error error" and freezes. |
The "SALSAH.ApiGet ERROR: Internal Server Error error" is caused by the GUI asking the oOntology Responder for |
#315) * fix (salsah): Fix the creation of multiple linking properties (#277). - Add a button for getting the creator and creation date of a value (#309, WIP) - Change UsersResponderV1 not to return an Option, relying on exceptions instead (#297). * feature (salsah): Finish implementing #309. * test (add biblio-data): add biblio-data to the test data in the browser tests * fix (webapi): Use FILTER NOT EQUALS instead of MINUS in changeLink.scala.txt for better performance on Fuseki.
When creating another linking property (one is already existing), the GUI does not ask the ontology responder for the correct resource class information, but for knora-base:Resource
The text was updated successfully, but these errors were encountered: