nadment opened a new issue, #2027:
URL: https://github.com/apache/hop/issues/2027
### What would you like to happen?
IEnumHasCodeAndDescription should be serialized with the code and not with
the description, because if the description is translated and we change the
language it will not work anymore.
Bad example in dimension lookup with the enum DimensionUpdateType
<field>
<lookup>fieldname</lookup>
<update>Date of last insert or update (without stream field as
source)</update>
</field>
Should be
<field>
<lookup>fieldname</lookup>
<update>LAST_VERSION</update>
</field>
But must be able to read the description to ensure compatibility
### Issue Priority
Priority: 2
### Issue Component
Component: Metadata
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]