Skip to content

Update cell on ResourceChanged - #1438

Draft
dbeuchler wants to merge 4 commits into
devfrom
improve/update-cell-on-resource-change
Draft

Update cell on ResourceChanged#1438
dbeuchler wants to merge 4 commits into
devfrom
improve/update-cell-on-resource-change

Conversation

@dbeuchler

@dbeuchler dbeuchler commented Aug 14, 2026

Copy link
Copy Markdown
Member

based on #1437

There a hardcoded 5 seconds timer in FactoryMonitor server instead of pushing changes directly by ResourceChanged event. This PR added ResourceChanged-event in addition to hardcoded timer.

I also introduced an option to RaiseResourceChanged that the persistence should not be triggered. Its a separate event on Resource which must be merged on future with Changed.

Open Question: Is the timer removal an behavior change we cannot introduce in 10.x? Resources which do not raise the event were updated before. With listening on ResourceChanged it is necessary that RaiseResourceChanged is raised in the resources.

  • Option A: We enforce the use of RaiseResourceChanged, then 1175971 can be reverted
  • Option B: Keep the timer for compatibiity and revert 1175971 in future

@dbeuchler dbeuchler self-assigned this Aug 14, 2026
@dbeuchler dbeuchler added the enhancement New feature or request label Aug 14, 2026
@dbeuchler dbeuchler added this to the Framework 10.x milestone Aug 14, 2026
@dbeuchler
dbeuchler force-pushed the improve/update-cell-on-resource-change branch from 3c2cc2b to 1175971 Compare August 14, 2026 11:41
@dbeuchler dbeuchler changed the title POC: Update cell on ResourceChanged Update cell on ResourceChanged Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant