Added property to member type, but now it will not update that property
I have implemented a member, every added property on it works and updates as expected.
However I have lately added a new property to the member type and it will not update that field from the very same macro that updates the others.
How to fix this?
P.s. this is being update by a partial macro.
EDIT
OK turns out that Umbraco is not regenerating the model for the member at all. Just comes up with an error "See u log", there is nothing in the log in the db.
Added property to member type, but now it will not update that property
I have implemented a member, every added property on it works and updates as expected.
However I have lately added a new property to the member type and it will not update that field from the very same macro that updates the others.
How to fix this?
P.s. this is being update by a partial macro.
EDIT
OK turns out that Umbraco is not regenerating the model for the member at all. Just comes up with an error "See u log", there is nothing in the log in the db.
Hard to say without seeing some code. But a wild guess? Forgot to add a parameter to the macro?
Any other ideas?
The built in macro. The one that just enumerates through the properties of the member and has an editorfor<> foreach loop.
The property shows up and is editable, however, when save is hit it does not updqate the value.
Hmmm, I unchecked and checked show on member details and editable by member and now it works...
is working on a reply...