You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails_admin
Hi every one
I have two groups in the navigation menu
One must be seen
Second is called parameters and I'd like user to click on it to
display objects.
How can I achieve this ?
What about doing this for groups inside edit/show
something like :
config.model navigation_group :params do
toggle true
visible false
end
and
same same but different for groups
config.model Colors do
navigation_group :params
edit do
field header do
toggle true
visible true
end
end
end
yéyéah :))
Benoit Bénézech
unread,
Mar 5, 2012, 5:24:51 AM3/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails...@googlegroups.com
You can now use the :active option.
active true => toggle opened
active false => toggle closed
flo
unread,
Mar 20, 2012, 1:47:15 AM3/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails...@googlegroups.com
Thanks for that !
Can we do the same things for navigation_label (sort and toggle) ? Would be great !
By the way, you're so helpful ! I promise that every single answer you'll provide will be entered in the wiki if not already (I usually digg it widely before asking)