[Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread tommycli
Amazing - great. For future reference - what's the preferred method for asking for code/feature to be integrated? On Nov 23, 9:46 pm, Ross Mellgren dri...@gmail.com wrote: Added an issue for you:http://github.com/dpp/liftweb/issues#issue/205 and it's on review

Re: [Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread David Pollak
On Tue, Nov 24, 2009 at 1:03 AM, tommycli tommy...@ucla.edu wrote: Amazing - great. For future reference - what's the preferred method for asking for code/feature to be integrated? Discuss on this list, once everyone is happy, open a ticket at GitHub. On Nov 23, 9:46 pm, Ross Mellgren

[Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread Peter Robinett
I had this exact need for deleteMenuLocParams the other day. I'd love to see this added! Peter Robinett On Nov 24, 5:40 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Nov 24, 2009 at 1:03 AM, tommycli tommy...@ucla.edu wrote: Amazing - great. For future reference - what's the

Re: [Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread Derek Chen-Becker
Just curious, but what are you using the LocParams for in this case? I'm writing my own CRUDOps trait that takes a different approach to permissions and menus, so I'm trying to figure out the use cases besides my own. Thanks, Derek On Tue, Nov 24, 2009 at 11:01 AM, Peter Robinett

[Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread Peter Robinett
We've built an access control system that uses an If LocParam to enforce whether the current user can access the requested location. Peter On Nov 24, 10:12 am, Derek Chen-Becker dchenbec...@gmail.com wrote: Just curious, but what are you using the LocParams for in this case? I'm writing my own

Re: [Lift] Re: Feature Request: deleteMenuLocParams in CRUDify

2009-11-24 Thread Derek Chen-Becker
OK, I'm actually doing that in my CRUDOps with a partial function, so that sounds like one of the use cases I've already covered. Thanks, Derek On Tue, Nov 24, 2009 at 11:56 AM, Peter Robinett pe...@bubblefoundry.comwrote: We've built an access control system that uses an If LocParam to