Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[4.1] Allow User Media Field to be accessible to Registered users (Re…
…works #19038) (#35863) * Update media.php New PR to redo #19038 * Update Dispatcher.php Reworking #19038 * Update plugins/fields/media/media.php JFactory > Factory Refactor for Joomla 4 Co-authored-by: Brian Teeman <[email protected]> * Update media.php Added use Joomla\CMS\Factory; * Update Dispatcher.php Updating #35863 to incorporate changes made in #35886. #35886 removes some code no longer required for `$asset` and `$author` variables. #35863 then extends the changes to allow permissions for `core.create` in addition to `core.manage` to allow users with lower permissions to have create permissions assigned. * Resolving 4.1-Dev conflict. Resolving conflicts Co-authored-by: Benjamin Trenkle <[email protected]> Co-authored-by: Brian Teeman <[email protected]>
- Loading branch information