Opened 9 years ago

Last modified 9 years ago

#12248 closed defect

[patch] field_types incorrectly intialized (can break layout with textarea fields) — at Version 1

Reported by: bannerth.akos@… Owned by:
Priority: high Component: CondFieldsPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

It seems in revisions [12825] and [12827] the indentation of a for loop in web_ui.py was messed up - as a result the field_types are not initialized (only one item is added), which would be used in condfields.js to determine whether or not a field requires a full row (the 'textarea' type).

This can cause a completely broken layout, depending on the number and type of custom fields in some tracs.

Change History (2)

Changed 9 years ago by Akos Bannerth <bannerth.akos@…>

comment:1 Changed 9 years ago by Ryan J Ollos

Description: modified (diff)
Note: See TracTickets for help on using tickets.