backdrop-contrib / ubercart

A flexible but easy-to-use e-commerce system for Backdrop.
https://backdropcms.org/project/ubercart
GNU General Public License v2.0
4 stars 10 forks source link

Are all dependencies enumerated? #455

Closed ericfoy closed 11 months ago

ericfoy commented 1 year ago

When installing the Ubercart module, I ran into a glitch: "Unresolved dependencies... Entity_Tokens." Something like that. So I installed Entity_tokens, then Ubercart appeared to install correctly. More testing will disclose whether everything is copacetic.

Meanwhile, I just wanna raise the question: are all dependencies correctly spelled out? Shouldn't Backdrop automatically install and/or prompt me to install dependent modules while installing a module which depends on said modules?

bugfolder commented 1 year ago

Ubercart requires Rules module:

dependencies[] = rules (>= 2.2.0)

And Rules requires Entity Token:

dependencies[] = entity_token (>= 2.0.0)

So they are at least enumerated correctly.

bugfolder commented 11 months ago

No further activity. Looks like this issue is resolved, so closing.