You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a repec admin, I want to be able to update the pri_handle of a series, so that it can have a new URL is updated.
Acceptance criteria
As an admin, I can edit the pri_handle of a series
After I have edited the pri_handle of a series, the URL for the series RDF file has changed to reflect the change
I can successfully use this field with Voice Over in Safari.
I have checked this feature using one of the following browser extensions and confirmed that it does not add any level A or level AA issues:
axe dev tools
Lighthouse
Wave
Concrete example
To access this form locally:
Start the application locally
In bundle exec rails c, create an admin account for yourself with: User.create(uid: 'my_netid', provider: 'cas', role:'admin')
In your browser, press the "Add New Series" link. Note that there is a handle field (this is different!), but no pri handle field
Fill out the form and submit it.
Edit that Series again. Note that there is no pri handle field here either.
Notes
This field is part of the model and the database table just not in the form.
The text was updated successfully, but these errors were encountered:
kevinreiss
changed the title
Add attribute "pri_handle" as form input on the series form
Add series model attribute "pri_handle" as form input on the series form
Feb 8, 2022
User story
As a repec admin, I want to be able to update the
pri_handle
of a series, so that it can have a new URL is updated.Acceptance criteria
pri_handle
of a seriespri_handle
of a series, the URL for the series RDF file has changed to reflect the changeConcrete example
To access this form locally:
bundle exec rails c
, create an admin account for yourself with:User.create(uid: 'my_netid', provider: 'cas', role:'admin')
handle
field (this is different!), but nopri handle
fieldpri handle
field here either.Notes
This field is part of the model and the database table just not in the form.
The text was updated successfully, but these errors were encountered: