GlennRicaud / data-toolbox-app

Apache License 2.0
10 stars 1 forks source link

Archive restore feature #74

Closed sigdestad closed 6 months ago

sigdestad commented 1 year ago

With newer XP's - there is a branch in content repos i.e. com.enonic.cms.myrepo/draft/archive. Nodes placed in this location may be "restored" back into the /content structure using the new restore() function in the content API.

Can you add support for clicking a "restore" button when user selects an item withibn the draft/archive path of a CMS repo?

GlennRicaud commented 11 months ago

Will work on this next.

Note to self: Move this feature when https://github.com/GlennRicaud/data-toolbox-app/issues/78 is done

GlennRicaud commented 6 months ago

I started to work on a new view that uses the content lib instead of the node lib. So a view more specific to contents. I will add the restore button there. To be released in DT 5.0.32

GlennRicaud commented 6 months ago

Implemented in the Content View in DT 5.1.0