mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 06:02:16 -06:00
[GH-ISSUE #3] Webmanager not updating view upon child node adds/removals #2
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @appy-one on GitHub (Mar 10, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-server/issues/3
Originally assigned to: @appy-one on GitHub.
The webmanager currently does not update its view when child nodes are added or removed, because it only subscribes to the notify_child_changed event. It should also subscribe to notify_child_removed and notify_child_added events to add/remove them to/from the view.
@appy-one commented on GitHub (Mar 10, 2021):
Fixed and published with acebase-server v1.1.1