mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 01:41:14 -06:00
bd493d47a7
A multi-valued text widget has been created to replace the old IPA.details_field. The old code was designed to handle all data types, and it uses one <dd> tag for each value, so the code is still incomplete and complex. The new code was designed to handle only multi-valued text attributes, and it uses one <dd> tag for all values, so it's easier to maintain. There are already other widgets that can be used to handle other data types. The new code supports line-level undo and line-out for removal like the old code, but there are some changes: - Undoing a newly added line will remove the entire line. - Editing the value of a removed line will cancel the removal. - It provides 'undo all' link to reset the entire attribute. The old code will be cleaned up in a subsequent patch. |
||
---|---|---|
.. | ||
data | ||
aci_tests.html | ||
aci_tests.js | ||
all_tests.html | ||
association_tests.html | ||
association_tests.js | ||
certificate_tests.html | ||
certificate_tests.js | ||
details_tests.html | ||
details_tests.js | ||
entity_tests.html | ||
entity_tests.js | ||
index.html | ||
ipa_tests.html | ||
ipa_tests.js | ||
navigation_tests.html | ||
navigation_tests.js | ||
qunit.css | ||
qunit.js | ||
README | ||
widget_tests.html | ||
widget_tests.js |
http://www.freeipa.org/page/UI_Unit_Tests