-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.3] Global Configuration: Link SEO to SEF plugin #44749
base: 5.3-dev
Are you sure you want to change the base?
Conversation
81 changed files? |
I think that comes from rebasing this PR from 5.2-dev to 5.3-dev and should be fixed after the next upmerge from 5.2-dev to 5.3-dev and then update this PR to the updated base branch. |
I have tested this item ✅ successfully on 639231a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749. |
1 similar comment
I have tested this item ✅ successfully on 639231a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749. |
This is not correct In all the other examples I could find for this the URL is not part of the language string and the link is opened in a modal. Doing it the way it is here you will navigate to a new page without saving the changes you have already made. See the following examples
|
I have tested this item 🔴 unsuccessfully on 639231a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44749. |
@@ -85,6 +85,10 @@ public static function getDebugActions($component = null) | |||
$component_actions = Access::getActionsFromFile(JPATH_ADMINISTRATOR . '/components/' . $component . '/access.xml'); | |||
|
|||
if (!empty($component_actions)) { | |||
// Load language | |||
$lang = Factory::getApplication()->getLanguage(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$lang = Factory::getApplication()->getLanguage(); | |
$lang = Factory::getApplication()->getLanguage(); |
This PR adds a link to the Global Configuration > SEO >
Additional settings can be found in the "System - SEF" plugin.
Summary of Changes
Testing Instructions
/administrator/index.php?option=com_config
, "Site" tab > SEO sectionActual result BEFORE applying this Pull Request
The notice
Additional settings can be found in the "System - SEF" plugin.
is just a notice.Expected result AFTER applying this Pull Request
The notice
Additional settings can be found in the "System - SEF" plugin.
has a link to go to the Plugins to easily find the"System - SEF"
PluginAfter clicking on "System - SEF", the Plugins are filtered on Type=system, Element=sef:
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed