Issue23

Title Wrong tab selected in ZMI mangement for SGDI
Priority BUG Status in-progress
Superseder Nosy List jgentry, sfalcon
Assigned To Topics

Created on 2006-05-18.16:10:02 by sfalcon, last changed 2006-05-19.10:51:00 by jgentry.

Messages
msg80 (view) Author: jgentry Date: 2006-05-19.10:51:00
This is something wonky that XUF does and since I figure out how to do these
things from XUF ...  (if you go to the normal user folder this doesn't happen).
msg74 (view) Author: jgentry Date: 2006-05-19.10:35:42
This is either one of two things happening:

- Something weird about Zope
- Something weird about the tab handling code I ripped off from XUF (if you look
at XUF, the same thing happens).  

I think it might actually be the former, most of the ZMI based stuff in terms of
the tabs is handled automagically

I never really noticed that happening though.  In the client end I explicitly
check which tab is active but the ZMI does its own thing I believe.
msg70 (view) Author: sfalcon Date: 2006-05-18.16:10:02
If you add a new group and click OK, you end up at the user management tab.
Same thing if you change permissions using the Data Access Control Tab.  After
selcting ok, you end up with the user mangement tab selected, but the data
access data displayed.  This is confusing, but not a show-stopper.
History
Date User Action Args
2006-05-19 10:51:00jgentrysetmessages: + msg80
2006-05-19 10:36:23jgentrysetnosy: + jgentry
2006-05-19 10:35:42jgentrysetstatus: unread -> in-progress
messages: + msg74
2006-05-18 16:10:02sfalconcreate