Skip to content

Commit

Permalink
new invisible fields
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Oct 24, 2018
1 parent 481f4c2 commit 679af4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/budy/models/section.py
Expand Up @@ -63,6 +63,16 @@ class Section(group.Group):
going to be used in the query, in case no value is defined
all of the non empty groups are going to be used in the "view" """

invisible_fields = appier.field(
type = list,
observations = """The name of the fields (groups) that
although being used as part of the context selection for
the section should not be displayed in the "normal" listing
UI for the section"""
)
""" Field that controls the groups that are going to be hidden
from the UI although being used for the context filtering"""

genders = appier.field(
type = list
)
Expand Down

0 comments on commit 679af4d

Please sign in to comment.