fabiocaccamo / django-extra-settings

:gear: config and manage typed extra settings using just the django admin.
MIT License
534 stars 32 forks source link

Bug view display value #143

Closed fermenen closed 7 months ago

fermenen commented 7 months ago

Python version 3.10

Django version 5.0.3

Package version 0.12.0

Current behavior (bug description)

The list with all extra variables shows all possible VALUES and not the values for the particular type.

cap1

Expected behavior

74425761-81325400-4e54-11ea-9095-3d64e1420bfe

fabiocaccamo commented 7 months ago

@fermenen have you run collectstatic?

Could you try in an anonymous window to exclude caching issues?

fermenen commented 7 months ago

Yes (collectstatic), I have also tried with anonymous window and nothing.

fermenen commented 7 months ago

@fabiocaccamo Effectively it is not in static neither the css nor the js, but in the collecstaric it does not pick them up. cap2 cap3

fabiocaccamo commented 7 months ago

@fermenen could you check if there are errors in the browser console please?

fermenen commented 7 months ago

Hello @fabiocaccamo, I had a bug with collecstatics, is resolved!