Files
freeipa/install/ui
Petr Vobornik 3ca0f6aee5 Fixed evaluating checkbox dirty status
Problem:
When value in checkbox is modified twice in a row (so it is at its original value) an 'undo' button is still visible even when it shouldn't be.

Cause:
IPA server sends boolean values as 'TRUE' or 'FALSE' (strings). Checkbox_widget converts them to JavaScript? boolean (true, false). Save method in checkbox_widget is returning array with a boolean. So test_dirty method always evaluates to dirty because 'FALSE' != false.

This patch is fixing the problem.

https://fedorahosted.org/freeipa/ticket/2494
2012-03-15 16:08:02 +01:00
..
2011-12-14 15:44:36 +00:00
2012-03-02 11:45:21 -06:00
2012-03-02 11:45:21 -06:00
2012-03-02 11:45:21 -06:00
2012-01-23 15:38:25 +01:00
2012-03-02 11:45:21 -06:00
2011-11-14 16:47:10 -05:00
2012-03-02 11:05:16 +01:00
2011-12-06 22:08:07 +00:00
2011-11-14 16:47:10 -05:00
2012-02-01 12:47:46 -06:00
2011-02-03 15:04:23 -05:00
2012-02-01 15:51:10 +01:00
2012-02-01 15:51:10 +01:00
2011-12-06 22:07:52 +00:00
2012-02-28 23:58:51 -05:00
2012-03-02 11:04:33 +01:00
2012-03-02 11:05:16 +01:00
2011-10-27 14:05:12 +00:00
2011-01-20 14:12:47 +00:00
2011-01-20 14:12:47 +00:00
2012-03-02 11:04:33 +01:00
2011-01-20 14:12:47 +00:00
2012-03-02 11:04:33 +01:00
2012-03-02 11:04:33 +01:00
2012-02-28 23:58:51 -05:00
2012-03-02 11:04:33 +01:00
2011-12-06 22:07:52 +00:00
2011-12-06 22:07:52 +00:00
2012-03-02 11:45:21 -06:00
2012-02-01 15:51:10 +01:00
2012-02-29 13:01:16 +01:00
2012-02-01 15:51:10 +01:00
2012-02-15 09:23:05 +01:00
2012-02-28 23:58:51 -05:00