mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 08:06:22 +00:00
Merge branch 'issue-14949' into 'rails'
Ocultar schema si es de subnivel #14949 See merge request sutty/sutty!240
This commit is contained in:
commit
8aed41990e
1 changed files with 2 additions and 0 deletions
|
@ -10,4 +10,6 @@
|
|||
-# XXX: Solo un nivel de recursividad
|
||||
- unless local_assigns[:parent_schema]
|
||||
- schema.schemas.each do |s|
|
||||
- next if s.hidden?
|
||||
= render 'schemas/row', schema: s, site: site, filter: filter, parent_schema: schema
|
||||
|
||||
|
|
Loading…
Reference in a new issue