Open sgrove opened 9 years ago
Somehow I get entities missing :exhibit/title on the server, which causes strange behavior in my client. The server should have a layer to validate a tx and all the entities involved, something like this for each entity involved:
:exhibit/title
(user-validation-fn entity new-entity? full-tx-report)
Somehow I get entities missing
:exhibit/title
on the server, which causes strange behavior in my client. The server should have a layer to validate a tx and all the entities involved, something like this for each entity involved:(user-validation-fn entity new-entity? full-tx-report)