-
Notifications
You must be signed in to change notification settings - Fork 16
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
Reference attributes need to be editable #431
Comments
After digging in, it appears that reference attributes are stored via hstore in the DB. Two forward paths:
For the moment, Amrutha has access to the stage database which should solve the pressing need. Moving this to the backlog for now. |
@amruelama how does this look to you? |
@lomky This looks good to me. But if you could move the delete buttons to the left side (or anywhere you think will be better), that would be great. Just don't want to accidentally delete the key as I enter the replace values. |
- Moved reference attr display from relationship tab to primary tab - added delete buttons for each attribute - located on left based on user feedback - added replace value fields - added new attribute key/value entry Currently non-functional. Bumps #431
- Reference DB objects know how to update their attributes - Reference Controller knows how to call update - Reference DB objects know how to delete their attributes - Referene Controller knows how to call delete Bumps #431
- Using smart match to catch (odd) cases where you get an updated attrs without the new key being present (like tests). Bumps #431
- Tests add, update, and delete Bumps #431
Okay, this is ready to go! |
It should be possible to edit attributes (bibliographic) entries in references using the GCIS user interface.
The text was updated successfully, but these errors were encountered: