UNDP-Accelerator-Labs / platform

GNU General Public License v3.0
1 stars 0 forks source link

fixed issue of templated pad not displaying #219

Closed myjyby closed 9 months ago

myjyby commented 9 months ago

Fixed the issue of templates not displaying on templated pads. This was because of rights setting in the config file and the new ajax calls approach. Now, if the call for template data comes from a pad or a review, the system looks for the writes to write a templated pad, and not to read a template (as the prior is generally <= to the latter). This is more coherent.