If I disable Module Filter, I can see dependencies, but they are hidden with it enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | module_filter-missing_dependencies-2457807-7.patch | 761 bytes | greenskin |
| modules.png | 56.92 KB | wickss |
If I disable Module Filter, I can see dependencies, but they are hidden with it enabled.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | module_filter-missing_dependencies-2457807-7.patch | 761 bytes | greenskin |
| modules.png | 56.92 KB | wickss |
Comments
Comment #1
vincentchun commentedHey 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.
Comment #2
greenskin commented#2451163: Show full description when collapsed not just one line
Comment #3
drupov commentedI 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).
Comment #4
felribeiro commentedVerify if module has description to show the dependencies directly.
Comment #5
felribeiro commentedComment #6
felribeiro commentedPlease, review this patch.
Comment #7
carolpettirossi commentedHow 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.
Comment #8
greenskin commentedI 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.
Comment #9
helmo commented#8works good, thanks.
Comment #10
erickbj commentedConfirming patch #8 works for me too.
Comment #12
greenskin commentedCommitted. Thanks everyone!
Comment #13
greenskin commented