The 6.x branch of the module doesn't have a dependency on openpublic_defaults, but 7.x does. If there's not a good reason to keep that dependency, can it be removed?

Comments

nicholasyonko’s picture

I double that question.

nhepner1’s picture

Subscribed.

JDSaward’s picture

I am installing ideation on top of a D7 omega profile and have come to the same place of dependency on openpublic_defaults.

Ideation project page says the module runs on OpenPublic or OpenAtrium so I just assumed it would also run on any D7. Not so?

greggles’s picture

Did anyone try removing the line from the .info to see if it works?

If so this is easy to fix...

jcornwellshiel’s picture

I've got 7.x-1.0-beta2 installed on Drupal 7.8 and ran into this issue. Commented out line 8 of ideation.info:

;dependencies[] = "openpublic_defaults"

And everything seems to be working fine.

greggles’s picture

Could you provide this as a patch?

drupallerina’s picture

git version doesnt have the dependency, but it is still marked as version beta1

rsteer’s picture

Nevermind... found the info file more easily than I expected.

rsteer’s picture

How come I could edit my comment but couldn't just delete it when it was irrelevant?

webchick’s picture

Status: Active » Fixed

I went to create a patch for this, but it turns out it's already fixed in Git. So whenever there's a beta3 version, this dependency will be removed.

Therefore, marking as fixed.

greggles’s picture

Here it was: #1087340: Remove dependency on openpublic_default. An older issue, even.

webchick’s picture

Status: Fixed » Closed (duplicate)

Oops. :)