On Sun, May 12, 2013 at 12:40 PM, Brian Wolf wrote:
> Thanks, Chris.
>
> Turns out that four additional, out-of-the-box entries were also deleted
> when running this SQL:
>
> delete from menu_acl where node_id in (select node_id from menu_attribute
> where attribute = 'menu');
>
I will check but
Hi Brian;
I have filed bug 820 on this issue. You can see it at
https://sourceforge.net/p/ledger-smb/bugs/820/
The one that I need to look at more closely is this entry in menu_acl (the
rest should be fully safe):
id | role_name | acl_type | node_id
--+
Thanks, Chris.
Turns out that four additional, out-of-the-box entries were also
deleted when running this SQL:
delete from menu_acl where node_id in (select node_id from
menu_attribute where attribute = 'menu');
Brian
On Thu, May 9, 2013 at 5:52 PM, Brian Wolf wrote:
> I'm just starting on the LedgerSMB development list. Our clients have
> asked us to write enhancements to LedgerSMB.
>
> We'd like to add a first-level menu item called Favorites. Not hard to
> create a menu node using function select_menu(), a