[prev in list] [next in list] [prev in thread] [next in thread] 

List:       zope-cmf
Subject:    [Zope-CMF] bug in CMFCore/PortalFolder.py or content/folder_edit.py
From:       "Mark McEahern" <mark () mceahern ! com>
Date:       2003-02-27 17:14:06
[Download RAW message or body]

Version:  1.3.1 beta 1

When you edit a portal folder, clicking Change and View causes
folder_edit.py to set this as the target action:

  target_action = context.getTypeInfo().getActionById('view')
  context.REQUEST.RESPONSE.redirect(%s/%s?%s' % (context.absolute_url(),
                                                 target_action,
                                                 qst))

This means the resulting url is:

  folder_name/?portal_status_message=message

Instead of:

  folder_name/folder_contents?portal_status_message=message

Is that intended?

Thanks,

// mark

-



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic