This repository was archived by the owner on Sep 17, 2018. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request for Issue #25.
Summary of Changes
I changed the oldhtmlpath to the newhtmlpath
Testing Instructions
Install the component
com_agosms-1.0.27.zip
and see, that the tmpl-file for the view category is in the subfolder
/views/tmpland that there is now tmpl-folder in the "root" of the component.In the diff view of the component you see the tmpl-file in the subfolder
/components/com_agosms/views/category/tmpl/default.phpfor the view category as core file.Make an update via Joomla! updater.
and see, that there is a tmpl-file for the view category in the subfolder
/views/tmpland that there is now a tmpl-folder in the "root" of the component like it should be in Joomla 4.0.Apply this patch and see, that you see the expected result.
Expected result
In the diff view of the component you see the tmpl-file in the folder
/components/com_agosms/tmpl/category/default.phpfor the view category as core file.Actual result
In the diff view of the component you see the tmpl-file in the folder
/components/com_agosms/views/tmpl/category/default.phpfor the view category as core file.