WoollyinWalesIT / jomres

Jomres Core, the online booking engine and portal for Joomla and Wordpress
https://www.jomres.net
GNU General Public License v2.0
40 stars 36 forks source link

remote_plugins/custom_code not overriding #459

Closed allynat closed 4 years ago

allynat commented 4 years ago

9.21.3 Previously taking a file from jomres/core-minicomponents and putting it in the remote_plugins/custom_code folder, allowed for the file to override the core.

It appears that if I try to add another item of data in the remote_plugins/custom_code/j06001list_bookings_ajax.class.php file I just get the default data.

So I tried to 'break' the connection between core & custom.

I made a minor edit to the core-minicomponents/j06001list_bookings_ajax.class.php and bingo the change worked.

I then put that same file in the custom_code folder and replaced the nubile core file and the edit did not show through.

The issue is that core-microcomponents files could be overridden for 6 years now but as of 9.20.x, core-microcomponents cannot be overridden.

allynat commented 4 years ago

Closed - Old age & blindness