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
If I uncomment the 2 commented lines, (AreaRegistration and AreaRegistrationConext ) then it would work correctly and it would set the area. However the example in the documentation does not mention anything about these 2 parameters... I am not sure if this is my misunderstanding, or a bug? Or perhaps just an outdated documentation...
The text was updated successfully, but these errors were encountered:
I tried the following code to add a new Area, as mentioned in documentation file:
The above code was not setting the Area correctly, i.e. the following was not being set:
If I uncomment the 2 commented lines, (
AreaRegistration
andAreaRegistrationConext
) then it would work correctly and it would set the area. However the example in the documentation does not mention anything about these 2 parameters... I am not sure if this is my misunderstanding, or a bug? Or perhaps just an outdated documentation...The text was updated successfully, but these errors were encountered: