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
The only change that was made was upgrading from 8.6 forms to 8.3 forms using nuget. If I go back to 8.6 then I get no errors and the website works fine.
It looks like this was made private as opposed to protected back in 8.7. It shouldn't have been as that's a breaking change, so we can look at reverting this. It's historically a bit inconsistent as GoBackward is private in 8.6, so I can see why it got tidied up, but that change should have waited for the next major version.
After upgrading from Forms from 8.6 to 8.13.8 I have an error in UmbracoFormsExtensionsController.cs
"The name 'GoForward' does not exist in the current context"
I have compared the file between the 8.6 and 8.13.8 versions and they are the same - has the reference to 'GoForward' changed?
code for UmbracoFormsExtensionsController came from here - https://gist.github.com/lars-erik/7a0028f28b93385574b68ce11276bd7a
The only change that was made was upgrading from 8.6 forms to 8.3 forms using nuget. If I go back to 8.6 then I get no errors and the website works fine.
This item has been added to our backlog AB#31793
The text was updated successfully, but these errors were encountered: