-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Umbraco Forms contains two namespaces for MVC #488
Comments
The current way:
It seems the following works:
|
Okay, regarding the Maybe the obsolete message should say "Use IFacadeConfiguration" instead? |
Thanks for reporting @bjarnef - our lovely legacy codebase is sometimes a bit nonsensical. We'll have a look at it. |
Not sure if you're still struggling with this or found the workaround? For now "just" use the wrong namespace I guess? |
@nul800sebastiaan the easiest would probably be to update for namespace for Regarding
Would be great with some updated documentation regarding the new way to get a custom field setting. |
Namespace fixed in upcoming |
In Umbraco Forms v8.6.0 I noticed UmbracoForms.Core contains two namespaces for "MVC".
Umbraco.Forms.MVC and Umbraco.Forms.Mvc
It seems a bit strange that these doesn't share namespace?
It seems
Umbraco.Forms.MVC
only contains theUmbraco.Forms.MVC.Extensions.JQueryUIDatePickerHelper
class.Is there a reason this doesn't exists in
Umbraco.Forms.Mvc
namespace?Furthermore I notcied
Umbraco.Forms.Core.Configuration.GetSetting()
is marked as deprecated and we should useFacadeConfiguration
. How do we access this? I doesn't seem it is documented and so far I have only foundUmbraco.Forms.Core.IFacadeConfiguration
.The text was updated successfully, but these errors were encountered: