Hello

The module osf_configure and osf_permissions depend on each other, making disable/uninstall impossible.

Please change the .info files so that configure depends on permissions, OR permissions depends on configure, and not both.

Thanks

Comments

fgiasson’s picture

Hi lpalgarvio,

Do you know what do people normally do when two modules uses each-others' API?

I guess we would have to remove one of the dependency even if there exists one.

Thanks,

Fred

lpalgarvio’s picture

my guess is that you will need to separate or merge the code more cleanly so that the recursive dependencies situation does not happen

fgiasson’s picture

Yeah, will check this out soon.

fgiasson’s picture

Assigned: Unassigned » fgiasson
Status: Active » Closed (fixed)

Fixed with the following commit: http://cgit.drupalcode.org/osf/commit/?id=9703016