#33599: Enum is not usable in templates.
-----------------------------------------+--------------------------------
               Reporter:  davidmarogy    |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  Uncategorized  |        Version:  3.2
               Severity:  Normal         |       Keywords:  Enum, Template
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  0
                  UI/UX:  0              |
-----------------------------------------+--------------------------------
 Hello,

 i tried using an normal Enum instead of a Textchoice in my Django-
 Template. I created a therefore simple tag which gets an
 enum(ModuleKind.SCHADENSANALYSE) and some other inputs. This resulted in
 getting an empty string string instead of an Enum. Searching for a way to
 solve this problem i stumbled upon
 https://stackoverflow.com/questions/35953132/how-to-access-enum-types-in-
 django-templates, which suggested a hack.

 {{{
  {% module_info_tiles user ModuleKind.SCHADENSANALYSE versdb_1_host
 "servicebots/index.html?bot_id=1327" "Schadenanalyse" %}
 }}}

 Digging a little bit deeper, the same issue happend for enum types for
 another ticket: https://code.djangoproject.com/ticket/31154

 The solution would be the same as in the previous ticket, making the Enum
 not callable in templates.

 Best Regards
 David

-- 
Ticket URL: <https://code.djangoproject.com/ticket/33599>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107017fbbf9e88a-ee984fe2-b34b-40fe-8d40-3ab8f9ffb22c-000000%40eu-central-1.amazonses.com.

Reply via email to