Closed (fixed)
Project:
Mailgun
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Feb 2019 at 16:01 UTC
Updated:
27 Sep 2020 at 17:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
artem_sylchukAttached patch adds new column to the list table which has a link to the members list.
Comment #3
abrammCan we please add logging/message to the catch block?
Thanks.
Comment #4
sam2de commentedThe "members()" method is not being used. Is there any need for it? If not I'm happy to remove and submit a patch for it.
Comment #5
abrammHi @sam2de, the members() method is a controller callback and it's required.
You may want to update the patch to add logging if you're willing to support this issue.
Comment #6
sam2de commentedAdded the logger message and Updated the return markup. Interdiff file included as well.
@abramm, my bad I missed checking the router definition.
Comment #7
sam2de commented@abramm, Previous patch fails because it running against the dev branch not "8.x-2927836-Mailgun-lists" branch. I think this could be resolved by merging 8.x-2927836-Mailgun-lists into the dev branch
Comment #8
matroskeenComment #9
matroskeenThanks a lot!
It was committed and pushed to 8.x-2927836-Mailgun-lists branch.
I'm gonna do a clean-up and merge it to 8.x-1.x soon, stay tuned.