Commit ff87c09a authored by Jérome Perrin's avatar Jérome Perrin

NOT_FOR_MERGE: TemplateTool: workardound dependency resolution.

( it seems that if a BT we depend on have a test dependency, this test
dependency cannot be used as a hint to resolve multiple provider case )
parent a12d4b18
Pipeline #6489 running with stage
......@@ -1181,6 +1181,8 @@ class TemplateTool (BaseTool):
break
if provider_title is None and len(provider_list) == 1:
provider_title = provider_list[0]
elif 'erp5_full_text_myisam_catalog' in provider_list:
provider_title = 'erp5_full_text_myisam_catalog'
LOG('resolveBT, provider_title', 0, provider_title)
if provider_title:
for candidate in available_bt5_list:
......
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