IchHabRecht / mask_export

Export your mask elements as extension
GNU General Public License v2.0
45 stars 27 forks source link

[BUGFIX] Prevent exception in backend preview #73

Closed IchHabRecht closed 7 years ago

IchHabRecht commented 7 years ago

If an editor has insufficient user access to inline children information, the FormEngine will throw an exception. The PageLayoutViewDrawItem has to catch possible exceptions and return with a visible error information.

Resolves: #72