Revert "use changeset in importhub and importnoc"

This reverts commit a2295e80af.
This commit is contained in:
Laura Klünder 2024-12-26 05:41:39 +01:00
parent f74178f720
commit 8acb8e0f3f
4 changed files with 10 additions and 24 deletions

View file

@ -414,8 +414,6 @@ def create_editor_form(editor_model):
editor_form_cache = {}
def get_editor_form(model):
form = editor_form_cache.get(model, None)
if form is None: