mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +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
|
end
|
||||||
|
|
||||||
def have_reminders
|
def have_reminders
|
||||||
object.repository_row.has_reminders?(scope)
|
object.repository_row.has_reminders?(scope) unless hidden
|
||||||
end
|
end
|
||||||
|
|
||||||
def reminders_url
|
def reminders_url
|
||||||
|
|
Loading…
Add table
Reference in a new issue