Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Jira Issue
Description
Issue:
Dynamic fields for all entity types (actor, bulletin, incident) were stored in a single shared array. Opening a different module overwrote the fields from the previous one, causing state collisions.
Solution:
Split dynamic field state into separate keys per entity type (actor, bulletin, incident) and updated all related functions to work with the provided entityType. This prevents overwrites and ensures each module manages its own state.
Checklist
API Changes (if applicable)
Additional Notes
[Any other relevant information]