← Back to team overview

phpdevshell team mailing list archive

[Bug 885201] Re: Include support for alias in roles and groups

 

As discussed here 
https://answers.launchpad.net/phpdevshell/+question/177242

The new method added will be used with groups and aliases by only
providing the alias of the group action that needs to be performed like
example below.

		if ($this->user->groupCan('edit')) {
			// Script that shows and managaes edit.
		}	

** Changed in: phpdevshell
       Status: New => Fix Committed

** Changed in: phpdevshell
    Milestone: None => 3.0.5-stable

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/885201

Title:
  Include support for alias in roles and groups

Status in Open Source PHP RAD Framework with UI.:
  Fix Committed

Bug description:
  I want to assign certain rights in a plugin specified users. Such as
  eg. the edit, delete and add.

  what is the best way to manage this?

To manage notifications about this bug go to:
https://bugs.launchpad.net/phpdevshell/+bug/885201/+subscriptions


References