Shane Isbell wrote:
In the Jira issue, John mentioned changing in
the Boolean to String, which would solve the problem here.
+1
John's own concern with this approach was backward-compat with the
existing plugins but I think we can keep compat by following the same
pattern that Brett used to fix MNG-1999:
- Change the field type and rename it in the model
- Map the model element to the old XML tag via Modello's xml.tagName
attribute
- Provide adapter methods that support the old API
This way, the API changes should be limited to method additions which
shouldn't affect existing code.
Benjamin
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]