Commit 3b74878d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly specify update_catalog argument in business template installation.

that should be part of commit 9b5c74fb ('force' argument in
BusinessTemplate._install() should not mean clear catalog. we can and
should use 'update_catalog' argument instead to clear catalog).
parent 9b5c74fb
......@@ -956,6 +956,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
install_kw[listbox_line.object_id] = listbox_line.choice_item_list[0][1]
bt.install(light_install=light_install,
object_to_update=install_kw,
update_catalog=bt.isCatalogUpdatable(),
update_translation=1)
# Release locks
self.commit()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment