Worked out process for pending moderated updates.
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 7 Aug 2019 17:37:26 +0000 (13:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 7 Aug 2019 17:38:59 +0000 (13:38 -0400)
When a moderated member edits their profile the profile needs to be cloned and the edits saved to the new profile.

When the pending profile is approved by admin that profile becomes active and the active profile then gets set to inactive.

If they clone an active profile the status should be set to inactive (not pending).

Moderated members should not see the Profile status boxes. (updated to restricted list now)

When a moderated member edits profile - Only clone a profile record if active.

Add Declined Status like in Events status. If going from Pending or Declined to Active then send email to member notifying
them the profile changes have been approved. If going to Declined status then send Declined email to member notifying them of their declined Profile changes.

Double check that declined status profiles don’t show on front.

Also need to hide the ‘Activate’ button from the member only member profile widget in dashboard.

Question: If they edit a (not active) profile I need to keep the hidden input for status. But how do they mark it as pending?
( Giving the moderated member a select for the status. Only allowed to change to inactive, archived or pending)

What happens when Admin uses the ‘Activate’ button to activate a declined or pending profile instead of editing that record? (done same as approval (if not lockedToMember))


No differences found