Skip to content
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

DBFS and autoItem update #93

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

DBFS and autoItem update #93

wants to merge 3 commits into from

Conversation

fritzmg
Copy link

@fritzmg fritzmg commented Aug 19, 2013

File paths for the invoices were using the old system - in Contao 3 only the id for the file is saved in the database, not the filepath.
Some modules were using a hardcoded /items/ URL. In Contao 3 there is a "useAutoItem" option to omit the "/items/" part of the URL.

fritzmg added 2 commits August 19, 2013 11:39
…DBFS

Only the ID of the file is saved in the database now, not the complete
absolute path.
Also made a small change in alias generation (otherwise temporary
aliases like -1, -2, -3 etc. are generated under certain circumstances)
Contao 3 has a setting that allows you to omit the 'items/' part of the
URL. This has to be considered when generating the item URL (idk if
there is a better way to do it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant