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

[BUGFIX] Return relative path where it is expected #2

Open
wants to merge 1 commit into
base: b13-v11
Choose a base branch
from

Conversation

jschlier
Copy link

The comment above the method states that it should return "the relative path from site root"

getFileAbsFileName() returns the absolute path on the file system.
The absolute path works for internally read files, e. g. templates, but is also used for included JS files in the frontend, where it needs to be relative.

@jschlier jschlier requested a review from achimfritz April 17, 2023 11:43
Copy link

@achimfritz achimfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

2 participants