jens-scheffler-bosch commented on PR #31441: URL: https://github.com/apache/airflow/pull/31441#issuecomment-1556274108
> Overall looking good. :) > > I just have an issue with multiselect field: > > * Select multiple value in the `Multi Select *:` > > * Submit the run > > * Try to trigger again this dag using previous configuration we made for the 1st run > > * The field is not properly populated. It uses the default value for the param, while we are using the previous configuration. The `Generated Configuration JSON` though is correct (with values from the former run) You found a generic bug before this PR actually - never have seen this before. Thanks for finding. Select boxes anyway were not correctly re-populated with data when recent config was selected. Fixed now. (Detail: Just setting the `value` property is not sufficient, the select2 boxes need a specific call to set the data :-( -- 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]
