Skip to content

Draft: Show the effective values in the preferences view.

Abhilash Raj requested to merge maxking/postorius:effective-preferences into master

Here is a preview of how it looks. Right now, I've only done this for address based preferences, but it can be done for membership based preferences too. A lot of legwork is done as a part of _combined_preferences() method in each of the views, it just needs to be plumbed through.

If the field's value is empty, it will show the "Value" as the "effective" value as Mailman Core would calculate it.

Screenshot_from_2021-02-14_16-36-04

Fixes #476

Edited by Abhilash Raj

Merge request reports