Community
Participate
Working Groups
In a package named 'a.b.c', if we have a module 'd' containing a template 'e': The qualified name of the module is a::b::c::d (which is correct) The qualified name of the template/query is 'a::b::c::e' (the module is not used) it should be 'a::b::c::d::e' Thus, if we have two modules with templates / queries that are using the same name, we cannot determine the correct template/query that we want to call or override.
Created attachment 182595 [details] Patch v1.0 Committed on head and 3.0 maintenance. The fix will be available in Acceleo 3.1.0 M3 and Acceleo 3.0.2.
fixed.