-
Notifications
You must be signed in to change notification settings - Fork 124
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
Merge master #2116
Merge master #2116
Conversation
.dropdown-toggle:focus { | ||
outline: 2px auto Highlight; // FireFox | ||
outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari | ||
outline: -2px; |
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.
Property outline
already defined on line 25
|
||
.dropdown-toggle:focus { | ||
outline: 2px auto Highlight; // FireFox | ||
outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari |
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.
Property outline
already defined on line 25
@@ -20,6 +20,10 @@ legend small { | |||
} | |||
} | |||
|
|||
#savewidget a { |
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.
Avoid using id selectors
.dropdown-toggle:focus { | ||
outline: 2px auto Highlight; // FireFox | ||
outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari | ||
outline: -2px; |
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.
Property outline
already defined on line 25
|
||
.dropdown-toggle:focus { | ||
outline: 2px auto Highlight; // FireFox | ||
outline: 5px auto -webkit-focus-ring-color; // Chrome, Safari |
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.
Property outline
already defined on line 25
@@ -20,6 +20,10 @@ legend small { | |||
} | |||
} | |||
|
|||
#savewidget a { |
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.
Avoid using id selectors
ee1974f
to
6ad7057
Compare
Set the (overrideable) theme to be used in the work and collection controlers, and use the 1_column layout to pick up the controls navbar. Fixes samvera-labs/nurax-pre2023#71
Else, clicking "Review Submissions" in Dashboard throws error -- ActionView::Template::Error (RSolr::Error::Http - 414 Request-URI Too Long) -- if the number of workflows in the system is large enough to make the GET request's query string longer than Solr can handle. Note that this solution requires ActiveFedora 11.5.0, though this code does not break with 11.4.1; it passes an argument that AF < 11.5.0 ignores. Fixes #1875
Updates the requirements on [rails-controller-testing](https://github.com/rails/rails-controller-testing) to permit the latest version.
This is an innovation in place in more than one Sufia/Hyrax application downstream that makes derivatives work as expected.
This actor assigned a variable to `nil`, then acted only `if variable`. It then called `save` on the object, making it expensive and leading to potential surprising impact on other actors. This removes it from the actor stack and deletes the actor file.
Fixes #1455 * Stop caring about hash keys in workflow notifications * Admin Set Managers should be granted all registered roles on an active workflow, not just approving * Fix bug with `#grant_workflow_roles` that prevents creating a new corresponding workflow role when switching workflows * Scope PermissionQuery#scope_users_for_entity_and_roles to the entity's workflow * Disentangle PermissionTemplateForm#update_management
References samvera-labs/nurax-pre2023#96 Fixes #1742 With the refactoring of collection controllers to create two collection show pages (public and dashboard), someone given editor rights to a collection no longer has a way to get to the editing view. This change adds the actions onto the public show page to restore this feature until the collections sprint work is completed.
…ates the need for most of the accompanying CSS.
No description provided.