Yes, I can verify that is a bug. We're now tracking it here: http://opensource.atlassian.com/projects/roller/browse/ROL-1675
Thanks, - Dave On Feb 8, 2008 5:52 PM, Mike Cavanaugh <[EMAIL PROTECTED]> wrote: > > I think there is a problem with deleting custome planet groups in 4.0. > > The delete button in the planet admin form is created with an action of > something like > onclick="window.location='/roller/roller/roller-ui/admin/planetGroups!delete.rol?bean.id=ff80808113728a3c0113788087a616cb'" > > I think the "/roller/roller" in the url causes an unknown action exception. > > Changing PlanetGroups.jsp to produce a delete button with an action like > onclick="window.location='/roller//roller-ui/admin/planetGroups!delete.rol?bean.id=ff80808113728a3c0113788087a616cb'" > will enable the delete to work. > > It is a mystery to me why the original PlanetGroups.jsp prefixes an extra > "/roller" for delete. Other planet admin operations work just fine. > -- > View this message in context: > http://www.nabble.com/deleting-custom-planet-groups-tp15365658s12275p15365658.html > Sent from the Roller - User mailing list archive at Nabble.com. > >
