appy-one / acebase-server

A fast, low memory, transactional, index & query enabled NoSQL database server for node.js that easily syncs with browser and node.js clients and servers
MIT License
32 stars 14 forks source link

Webmanager not updating view upon child node adds/removals #3

Closed appy-one closed 3 years ago

appy-one commented 3 years ago

The webmanager currently does not update its view when child nodes are added or removed, because it only subscribes to the _notify_childchanged event. It should also subscribe to _notify_childremoved and _notify_childadded events to add/remove them to/from the view.

appy-one commented 3 years ago

Fixed and published with acebase-server v1.1.1