You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the caluma.caluma_forms.structure's FastLoader class, we should be able to use Form.get_all_forms(), but right now this creates more queries than the current code, so we're not using it.
But it should be investigated, as it could, in theory, speed up form loading.
The text was updated successfully, but these errors were encountered:
In the
caluma.caluma_forms.structure
'sFastLoader
class, we should be able to use Form.get_all_forms(), but right now this creates more queries than the current code, so we're not using it.But it should be investigated, as it could, in theory, speed up form loading.
The text was updated successfully, but these errors were encountered: