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

Fixed the breadcrumbs for asset module #581

Merged

Conversation

unreal0901
Copy link
Contributor

@unreal0901 unreal0901 commented Mar 11, 2025

Fix for issue #579

I added the "asset.urls" in APP_URLS

APP_URLS.append("asset.urls")

also in context_processor.py file of horilla_crumbs, i added the :

urlpatterns.append(path("asset/", lambda request: redirect("asset-dashboard")))

@horilla-opensource
Copy link
Owner

Hi @unreal0901 ,

Thanks for your contribution!

Before merging, please update the apps.py file of the asset module by importing APP_URLS inside the ready function. Once that’s done, we can proceed with the merge.

Let me know if you have any questions!

Best Regards,
Team Horilla

@horilla-opensource horilla-opensource merged commit 399c6be into horilla-opensource:master Mar 12, 2025
1 check passed
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