Skip to content

Backend partial override #311

Answered by LukeTowers
Tony-S asked this question in Q&A
Discussion options

You must be logged in to vote

It's not documented yet but you can prefix a given ImportExport partial with _import_export and put it in your controller's folder and it will override the default partials. I.e. if you put _import_export_import_db_columns.htm in myauthor/myplugin/controllers/catalogue/ then it would load your local override instead.

Apart from that, the only other thing I can think of is if you are on a case sensitive file system and your path doesn't match the actual path on disk 100% then it could cause issues, or if you have permission issues on the folders or files.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bennothommo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants