Recover Deleted Template/Attribute

LogicalDOC has many interesting features, but requires some configuration process to show its full potential.

Moderator: car031

xjeromeflores12
Posts: 11
Joined: Tue Nov 28, 2017 5:03 am

Recover Deleted Template/Attribute

Tue Nov 28, 2017 5:06 am

How to recover Deleted Template and Attribute? Please help. :(
agaspa
Posts: 714
Joined: Tue Apr 20, 2010 8:24 am

Re: Recover Deleted Template/Attribute

Thu Nov 30, 2017 12:02 pm

Hi xJerome,
deleted templates can only be recovered by accessing the database.
Unfortunatelly you cannot undelete a removed attribute of a template, but you can manually re-add it from the GUI of the software

Templates are in table ld_template

Code: Select all

UPDATE ld_template SET ld_deleted = 0 WHERE ld_name = 'your_template_name';

Return to “Configuration”

Who is online

Users browsing this forum: No registered users and 17 guests