User tests: Successful: Unsuccessful:
Pull Request for Issue #10636 .
Allow user/group with edit.core.own to insert pagebreak and article link with XTD button.
ATM only core.edit are allowed to insert above elements into article.
Problem is in components\com_content\content.php file
current code:
if (!$user->authorise('core.edit', 'com_content'))
change to:
if (!($user->authorise('core.edit', 'com_content') ||
$user->authorise('core.edit.own', 'com_content')))
will allow both permission to use this functions.
Status | New | ⇒ | Pending |
Labels |
Added:
?
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-05-27 19:22:33 |
Closed_By | ⇒ | brianteeman |
You should ONLY be working with the staging branch
You should not be merging anything from the 3.6 branch
Please create a new PR against the staging branch without also merging in
the 3.6 branch
On 27 May 2016 at 20:19, yild notifications@github.com wrote:
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/