Merge pull request #454 from joomdonation/master

Add missing commits
This commit is contained in:
Tuan Pham Ngoc 2021-08-28 21:15:12 +07:00 committed by GitHub
commit 5ae2866c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
extension = weblinks extension = weblinks
version = 3.7.0 version = 3.9.0-rc1
source = src source = src
target = package target = package

View File

@ -155,6 +155,12 @@ class WeblinksModelWeblink extends JModelAdmin
$form->setFieldAttribute('publish_down', 'filter', 'unset'); $form->setFieldAttribute('publish_down', 'filter', 'unset');
} }
// Don't allow to change the created_by user if not allowed to access com_users.
if (!JFactory::getUser()->authorise('core.manage', 'com_users'))
{
$form->setFieldAttribute('created_by', 'filter', 'unset');
}
return $form; return $form;
} }

View File

@ -7,7 +7,7 @@
<license>GNU General Public License version 2 or later; see LICENSE.txt</license> <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>admin@joomla.org</authorEmail> <authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl> <authorUrl>www.joomla.org</authorUrl>
<version>3.7.0</version> <version>##VERSION##</version>
<description>PLG_EDITORS-XTD_WEBLINK_XML_DESCRIPTION</description> <description>PLG_EDITORS-XTD_WEBLINK_XML_DESCRIPTION</description>
<files> <files>
##FILES## ##FILES##