tsgrp / ActiveWizard

OpenContent Dynamic Forms and Workflow
http://www.tsgrp.com/products/opencontentforms/
4 stars 0 forks source link

TS Calculations and TS Cascading Query - Questions are disabled when they shouldn't be #260

Closed gsteimer closed 9 years ago

gsteimer commented 9 years ago

See TS calculations on edge1 and edge2. It seems that a bunch of questions that should be editable in the admin are uneditable in ActiveForm. For example:

Admin: image

ActiveForm: image

gsteimer commented 9 years ago

Note - I also see this on many other pages in the TS Calculations form.

grahamsinger commented 9 years ago

Fixed unit tested, awaiting CR.

mikeblum commented 9 years ago

selection_057

On edge1, TS Cascasing Queries the first textbox that starts the chain of cascading queries is disabled. Removed the disabled class from the markup seems to work.

grahamsinger commented 9 years ago

Fixed with rev12993.

We now have proper handling for when disabled is undefined in the PSI JSON. Unit Tested.

CR:MB