Ticket #30 (closed defect: fixed)

Opened 2 years ago

Last modified 2 months ago

UI feature ACLs

Reported by: jerry@nemein.com Assigned to: w_i
Priority: major Milestone: 1.8 Thor
Component: MidCOM component Version:
Keywords: Cc:

Description

ie. For enabling/disabling the Toolbar for specified groups.

Change History

06/02/07 13:02:33 changed by rambo

  • owner changed from tarjei to w_i.

08/30/07 10:08:33 changed by bergie

We have defined a new midcom:ajax ACL for this in [11843]. Now you can:

if ($_MIDCOM->auth->can_user_do('midcom:ajax', null, 'midcom_services_uimessages'))
{
    // Do AJAX stuff, load Prototype/jQuery
}

08/30/07 11:29:04 changed by w_i

(In [11847]) added privilege handling to uimessages. refs #102, refs #30

08/30/07 12:02:16 changed by w_i

(In [11853]) added privilege handling to toolbars. refs #102, refs #30

08/30/07 12:12:26 changed by w_i

  • status changed from new to closed.
  • resolution set to fixed.

(In [11856]) more privilege handling to toolbars. refs #102, closes #30

08/30/07 12:16:26 changed by w_i

use two privileges to allow viewing for others than admin. 1. midcom:centralized_toolbar 2. midcom:ajax

1. Enables the toolbar->show method to render the toolbar in simple mode 2. Enables the ajax features, also renders the toolbar in javascript mode

09/30/08 15:02:36 changed by bergie

  • milestone set to 1.8 Thor.