mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +08:00
Merge pull request #7907 from aignatov-bio/ai-sci-11126-hide-reminders-from-hidden-locations
Hide reminders from hidden locations [SCI-11126]
This commit is contained in:
commit
82635e8421
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