Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0 - Initial Release
-
Fix Version/s: 1.1 - Concurrency
-
Component/s: None
-
Labels:None
-
Acceptance Test - Add?:No
Description
The setVarable and setLabel method in org.xmpp.forms.FormField don't work like other setter methods (like setType, setRequired or setDescription in this class or setter methods in other classes). They don't allow to unset the attribute by invoking them with a null parameter.
Attachments
Issue Links
| This issue is related to: | ||||
| TINDER-10 | Don't set variable and label by adding a new field to a DataForm |
|
|
|
Even though this patch changes the API contract a little, that contract hasn't been in place for long, as Guenther pointed out. Applied the patch.