Open Kdecherf opened 3 years ago
The new Bookmark object and its service introduced in v0.12 remove custom data set by save_link plugin hooks.
save_link
This behavior has two drawbacks:
updateMethodMigrateDatabase
Bookmark::fromArray() should support a custom key to let plugins add again custom data.
Bookmark::fromArray()
Example of plugins saving custom data on links: via
Duplicate with a bit more information: https://github.com/shaarli/Shaarli/issues/2000
The new Bookmark object and its service introduced in v0.12 remove custom data set by
save_link
plugin hooks.This behavior has two drawbacks:
updateMethodMigrateDatabase
is executedBookmark::fromArray()
should support a custom key to let plugins add again custom data.Example of plugins saving custom data on links: via