Hi all, following this #2403371: Add option to display module path on admin/modules table we could implement the small thing for the same reasons. I found that very useful, I will be working in a patch for that. Let's add this feature.
Examples of how should appear on the UI:
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | module_filter-Add_option_to_display_module_path-2886842-d8-7.patch | 2.64 KB | paulocs |
| #4 | 2886842-4.patch | 1.14 KB | akashkumar07 |
| #2 | add_option_to_display-2886842-2.patch | 1.49 KB | yago elias |
| aaaa.PNG | 24.25 KB | yago elias |
Comments
Comment #2
yago elias commentedAdded a new option in the config options.
Comment #3
clemens.tolboomWhy is this patch not added into same issue #2403371: Add option to display module path on admin/modules table? I think it was better to bump other issue to 8.x-3.x so we later can backport it to 7.x-2.x. IMHO that would be better for the maintainers.
No newline at end of file
Comment #4
akashkumar07 commentedReroll for #2 with some changes. Please review.
Comment #5
andrey.troeglazov commentedComment #6
asya_asina commentedUnfortunately, adding a new option in the config options is not enough. You also need to implement the logic of the checkbox in the code. This is not in the patch.
Comment #7
paulocsFollow the patch to add the module's path in the table if the checkbox is checked.
Comment #8
thallesComment #10
andrey.troeglazov commented