-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Task]: Cleanup XML of transform WriteToLog
#4145
Comments
Duplicate #1949 |
WriteToLog
Cleanup XML of transform WriteToLog #4145
Something has gone wrong with this
|
Sorry, I trusted the Junit tests blindly ! The transform Log level property in XML:
The WriteToLog action also uses I think we should keep the current form of storage. We can renforce code, if it's null we use Basic as default. |
Yes I did I think something like that in the past accept all of the values but only save the correct ones |
I have a fix for the NPE but for the moment it's not backwards compatible and I haven't found a way in LogLevel or XmlMetadataUtil to use an alias. public static LogLevel lookupCode(final String code) {
} |
I can't find a way except to add a method to the IEnumHasCode interface and use it in XmlMetadataUtil.
Someone might have a better idea? |
What needs to happen?
Cleanup XML of transform WriteToLog
Issue Priority
Priority: 3
Issue Component
Component: Metadata, Component: Transforms
The text was updated successfully, but these errors were encountered: