If I disable Module Filter, I can see dependencies, but they are hidden with it enabled.

Comments

vincentchun’s picture

Hey yeah - I just noticed this too, did a Google search and found this.
I've since discovered that if you click on the description of a module, it reveals all the version and dependency information.

greenskin’s picture

Status: Active » Closed (works as designed)
drupov’s picture

Status: Closed (works as designed) » Needs work

I think this is different than #2451163

The problem is that even if a module has dependencies they are not visible, because these dependencies can be shown only if the module has a description by clicking on the arrow left to the description (the dependencies are set to "display: none" initially).

felribeiro’s picture

Verify if module has description to show the dependencies directly.

felribeiro’s picture

StatusFileSize
new923 bytes
felribeiro’s picture

Status: Needs work » Needs review

Please, review this patch.

carolpettirossi’s picture

Status: Needs review » Reviewed & tested by the community

How to reproduce:

1. Create a module without description (or use an existent module)
2. Access module list page

Result: No dependencies are displayed for the module created above.

3. Apply patch from #5
4. Access module list page

Result: Dependencies are displayed.

RTBC.

greenskin’s picture

Version: 7.x-2.0 » 7.x-2.x-dev
Status: Reviewed & tested by the community » Needs review
StatusFileSize
new761 bytes

I think it'll be better to provide text stating the module has no description. Here's a patch that uses "No description available." as the description when the module hasn't provided one.

helmo’s picture

Status: Needs review » Reviewed & tested by the community

#8works good, thanks.

erickbj’s picture

Confirming patch #8 works for me too.

  • greenSkin authored 068c0c1 on 7.x-2.x
    Issue #2457807 by felribeiro, greenSkin: Module Filter not showing...
greenskin’s picture

Status: Reviewed & tested by the community » Fixed

Committed. Thanks everyone!

greenskin’s picture

Status: Fixed » Closed (fixed)

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