ComboStrap / combo

Dokuwiki Combo Plugin. Making Web Publication a Breeze
https://combostrap.com
GNU General Public License v2.0
13 stars 4 forks source link

page_primary_meta_mutation events are created while there is no modification #62

Open gerardnico opened 1 year ago

gerardnico commented 1 year ago

Example:

{ "name": "title", "new_value": null, "old_value": "Turing Machine", "path": ":automata:turing" }

This page automata does not have any title. It seems that the change is created on current metadata and, not persistent.

It means that for each metadata rendering, there is a new event made.