I built it from the source. The fixes checked in do indeed fix custom groups. They work well now.
David Bloom-2 wrote: > > has the use of custom groups been fixed. last i checked it had a > problem with 4.0 ? how can i download the fixed version if its ok now? > > On Feb 11, 2008 10:39 AM, Dave <[EMAIL PROTECTED]> wrote: >> 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. >> > >> > >> > > -- View this message in context: http://www.nabble.com/deleting-custom-planet-groups-tp15365658s12275p15420332.html Sent from the Roller - User mailing list archive at Nabble.com.
