Paweljong doesn't appear in the frontend #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some reason the frontend for paweljong is not included into
django-vite-values.jsoneven tho it seems to be recognized as an AlekSIS-App (e.g. it appears in theAboutsection).The reason for this seems to be different ways of finding AlekSIS-Apps. The
Aboutpage uses the AppConfig which works flawlessly. The script for writing the vite values uses the entrypoint of the app packages usingimportlib.metadata. For some reason this didn't include paweljong, but every other installed app. After some comparing of files and directories I found the issue to be a (for some reason) missing line in thepyproject.toml.How to fix it? → Include the line
assigned to @leuckeju
created branch
62-paweljong-doesn-t-appear-in-the-frontendto address this issuementioned in merge request !178
mentioned in merge request !175
mentioned in commit
25689950b8