phpGroupWare - Support: sr #102182, extensble interface for edit...
You are not allowed to post comments on this tracker with your current authentication level.
sr #102182: extensble interface for edit categories
Submitter: | Michael Totschnig <totschnig> | ||
Submitted: | Thu 05 Jun 2003 08:04:11 PM UTC | ||
Category: | Feature Request | Priority: | 5 - Normal |
Severity: | 2 - Minor | Status: | None |
Privacy: | Public | Assigned to: | ceb |
Open/Closed: | Open | Operating System: | None |
Fri 06 Jun 2003 02:36:04 AM UTC, comment #2: |
Michael Totschnig <totschnig> |
Thu 05 Jun 2003 09:48:55 PM UTC, comment #1:
|
Dave Hall <skwashd>![]() |
Thu 05 Jun 2003 08:04:11 PM UTC, original submission:
|
Michael Totschnig <totschnig> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2003-06-05 | skwashd | Assigned to | None | ![]() |
NA |
Hello Dave,
Yes, I thought of the ACL interface for sitmgr as an
example. But it would depend on each app what data and
interface it wants to add to the category editing interface.
For example, in the news_admin I commited to HEAD, at the
moment there are three different entries in the admin menu
(Define Categories, Define ACL, define RSS exports). It
would be nice if the second and the third, could be done as
an appendix to the first.
This means that uicategories.edit would have to know for
what app it would edit the category, and it would call a
hook like hook_edit_category, that would tell it what
interface to display, similar to the hook_config.
It is not that important, and I do not know, how much work
it is to implement, and if other apps are interested in this
too.