mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 21:56:32 +08:00
Fix recent works for protocol [SCI-8204] (#5211)
This commit is contained in:
parent
0ff5cdf9a8
commit
c0977799f3
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ module Dashboard
|
|||
WHEN projects.id IS NOT NULL THEN
|
||||
CONCAT(\'pro\', projects.id)
|
||||
WHEN protocols.id IS NOT NULL THEN
|
||||
CONCAT(\'prt\', protocols.id)
|
||||
CONCAT(\'prt\', COAlESCE(protocols.parent_id, protocols.id))
|
||||
WHEN repositories.id IS NOT NULL THEN
|
||||
CONCAT(\'inv\', repositories.id)
|
||||
WHEN reports.id IS NOT NULL THEN
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue