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 there is no mapping registry in which to save mappings, the application will be very buggy because there are multiple locations in the code where it is assumed that the getter for the current mapping registry does not return null. It should instead consider the case that there is no registry in which to save mappings at all. Also, Mapping Editor does not need to be shown in this case, as well as all buttons related to editing/saving mappings in Mapping Browser.
This caused the getter for the current mapping registry to return null if the user has not selected a registry and is not authorized to save into any registry.
Needs to be fixed properly at some point in #515.
If there is no mapping registry in which to save mappings, the application will be very buggy because there are multiple locations in the code where it is assumed that the getter for the current mapping registry does not return
null
. It should instead consider the case that there is no registry in which to save mappings at all. Also, Mapping Editor does not need to be shown in this case, as well as all buttons related to editing/saving mappings in Mapping Browser.This came out of #514.
The text was updated successfully, but these errors were encountered: