ojacquemart / quarkus-realtime-db

Near Realtime Database project with Quarkus and MongoDB debezium connector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit collection data only works once

ojacquemart opened this issue Β· comments

The data modification only works once. To make it work, it is necessary to refresh the app.

Reproducer:

  • go to a project
  • go to a collection
  • edit a node πŸ“ > save
  • try to edit another πŸ“ > πŸ›

Hint: there is an issue with the databinding. πŸ§‘β€πŸ”¬