Cannot delete custom planet groups
----------------------------------

                 Key: ROL-1675
                 URL: 
http://opensource.atlassian.com/projects/roller/browse/ROL-1675
             Project: Roller
          Issue Type: Bug
          Components: Planet Aggregator
    Affects Versions: 4.0
            Reporter: David Johnson
            Assignee: Roller Unassigned
             Fix For: 4.0.1, 4.1


>From Mike Cavanaugh:

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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://opensource.atlassian.com/projects/roller/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to