Skip to content

Commit

Permalink
Update SQL statement and button cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Oct 22, 2024
1 parent 7896b22 commit 267a76a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SET SQL_SAFE_UPDATES = 0;

-- add column "import_configuration_id" to "process" table
ALTER TABLE process ADD import_configuration_id INT(11);
ALTER TABLE process ADD import_configuration_id INT;

-- add new permissions to set import configuration for processes and for triggering re-import of catalog metadata
INSERT IGNORE INTO authority (title) VALUES ('setImportConfiguration_clientAssignable');
Expand Down
4 changes: 4 additions & 0 deletions Kitodo/src/main/webapp/WEB-INF/resources/css/kitodo.css
Original file line number Diff line number Diff line change
Expand Up @@ -2839,6 +2839,10 @@ Column content
color: var(--pure-white);
}

#updateMetadataForm\:metadataUpdateTable button#updateMetadataForm\:metadataUpdateTable\:selectColumnHeaderButton {
cursor: default;
}

#updateMetadataForm\:metadataUpdateTable button#updateMetadataForm\:metadataUpdateTable\:selectColumnHeaderButton,
#updateMetadataForm\:metadataUpdateTable button#updateMetadataForm\:metadataUpdateTable\:selectColumnHeaderButton:hover {
background: var(--cloudy-gray);
Expand Down

0 comments on commit 267a76a

Please sign in to comment.