Gii MANY_MANY relation name has table prefix

Hi,

I generate via gii the model for a bunch of tables, specifying a table prefix.

The generated code contains relations.

The relation name is, usually, the pluralized name of the related table, without the table prefix

eg. if gest_User has a relation with gest_role, the relation name will be "roles".

PROBLEM: if the relation is MANY_MANY the relation name is "gest_roles", the table prefix is still there

Can anyone confirm? should I provide more information?

Thanks,

G.