The .info file mistakenly has a dependency on userpoints (7.x-1.x) instead of just userpoints. Patch attached.

CommentFileSizeAuthor
commerce_userpoints.remove_7x_tag.patch375 bytesrfay
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

liupascal’s picture

Assigned: Unassigned » Berdir

It's actually related to this comment : [1296764#comment-5101478].
I haven't tested the module on userpoints 7.x-2.x but I believe it is in major refactoring state, and may not be compatible with this module for now.

Maybe Berdir can be more precise about it.

Berdir’s picture

In theory, the dependency should be userpoints (1.x) but there is a problem with versioned dependency right now:

- It doesn't work with git checkouts (I think this is fixed in the most recent versions of git_deploy)
- It doesn't work yet with -dev snapshots, there is a core issue about that one.

So because of that, removing it is fine, but maybe we should add something to the README?

mrfelton’s picture

Status: Needs review » Fixed

The dependency in latest code is just on 'userpoints'. so marking as resolved.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.