You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug in the manager interface introduced with the Ajax save of the form causing content in MarkdownFields to not be processed on the first Save operation. Relates to #387
The text was updated successfully, but these errors were encountered:
Just tested it after upgrading to 5.2 and markdown fields are still not saved on the first click. It's actually a serious bug because editors might lose lots of work. Do you see it as well or do you need any help with debugging?
FYI, asp.net core lets you add version to the asset links (CSS, JS etc) automatically, so when they change, user browser doesn't use the cached version. Can be done like this:
Awesome, and i didn’t know that, but I doubt it will work on the manager embedded resource in the current implementation. I’ll take a look at it when we update the manager for 6.0!
There's a bug in the manager interface introduced with the Ajax save of the form causing content in
MarkdownFields
to not be processed on the first Save operation. Relates to #387The text was updated successfully, but these errors were encountered: