At it's not possible to use providers which eventually could share the same values. In my usecase i had to path providers. One for languages the other for markets.

   417           // @TODO: this overwrites values of the same provider
   418           $values[$method][$value] = array(
   419             'provider' => $provider,
   420             'id' => null,
   421           );
   422         }

An easy workaround at the moment is to just define a second path provider with another name.

Comments

muschpusch’s picture

Title: Not possible to reuse a provider » Not possible to reuse a modifier type