Opened 9 years ago

Last modified 9 years ago

#12248 closed defect

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

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

Description

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 (1)

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

Note: See TracTickets for help on using tickets.