mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-05 03:14:43 +08:00
Hide reminders from hidden locations [SCI-11126]
This commit is contained in:
parent
85f0b28e6d
commit
f7dc47eb24
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ module Lists
|
|||
end
|
||||
|
||||
def have_reminders
|
||||
object.repository_row.has_reminders?(scope)
|
||||
object.repository_row.has_reminders?(scope) unless hidden
|
||||
end
|
||||
|
||||
def reminders_url
|
||||
|
|
Loading…
Add table
Reference in a new issue