Skip to content
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

Bugfix/collection meta data status fix #1334

Merged
merged 4 commits into from
May 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
link error to new tab
MuchQuak committed May 16, 2024
commit 03be1594d56bdc1b4b37511f53bda6f8d20097d9
2 changes: 1 addition & 1 deletion classes/OmCollections.php
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ private function isCollUnique(String $collectionCode, String $institutionCode):
$result = $this->conn->execute_query($sql, [$this->collid, $collectionCode, $institutionCode]);
if($col = $result->fetch_object()) {
$this->errorMessage = 'Error: Duplicate collection + institution code found in '
. '<a href="'
. '<a target="_blank" href="'
. $CLIENT_ROOT
. '/collections/misc/collprofiles.php?collid='
. $col->collid