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:

example

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Yago Elias created an issue. See original summary.

Yago Elias’s picture

Added a new option in the config options.

clemens.tolboom’s picture

Issue summary: View changes
Status: Active » Needs work

Why 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.

+++ b/module_filter.routing.yml
@@ -4,4 +4,4 @@ module_filter.settings:
\ No newline at end of file

No newline at end of file

AkashKumar07’s picture

Status: Needs work » Needs review
FileSize
1.14 KB

Reroll for #2 with some changes. Please review.

andrey.troeglazov’s picture

Assigned: Unassigned » andrey.troeglazov
asya_asina’s picture

Status: Needs review » Needs work

Unfortunately, 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.

paulocs’s picture

Status: Needs work » Needs review
FileSize
2.64 KB

Follow the patch to add the module's path in the table if the checkbox is checked.

thalles’s picture

Status: Needs review » Reviewed & tested by the community

  • andrey.troeglazov authored 2211623 on 8.x-3.x
    Issue #2886842 by paulocs, andrey.troeglazov, asya_asina: Add option to...
andrey.troeglazov’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -ciandt-contrib +Module Filter Release 8.x-3.2

Status: Fixed » Closed (fixed)

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