Page 1 of 1

Recover Deleted Template/Attribute

Posted: Tue Nov 28, 2017 5:06 am
by xjeromeflores12
How to recover Deleted Template and Attribute? Please help. :(

Re: Recover Deleted Template/Attribute

Posted: Thu Nov 30, 2017 12:02 pm
by agaspa
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';