Skip to content

Change member profile updates to use a fixed update form instead of dynamic.

Tom Mychost requested to merge #328 into master

Dynamic form was trying to be a bit too clever, whilst working on #328 (closed) the fields appeared out of order. With a fixed form this is a fixed order. The ability to change required/optinal is still available within the model.

Partially reverts 78ba3bef

Rename DynamicUpdateProfile and associated names to MemberProfileUpdate in line with convention.

Update tests to reflect these changes.

Closes #328 (closed)

Merge request reports