saiaika commented on issue #33908: URL: https://github.com/apache/superset/issues/33908#issuecomment-3015084880
Hi! I've submitted a fix for this issue: [paste your PR link here] This addresses the cyclic dependency problem described in the issue. The fix prevents both immediate and indirect cyclic dependencies from being saved, with comprehensive test coverage and proper user feedback. Claiming the $150 bounty as specified in the issue description. Technical summary: - Added save-time validation in FiltersConfigModal.tsx handleSave method - Blocks saving when cyclic dependencies are detected - Includes comprehensive tests covering the exact scenario described in this issue - Works for all filter types - Maintains all existing functionality Thank you! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
