- removed the re-mapping UI interaction in admin/load when an import contains explicitly specified
datasources on the record level. If the record contains an explicit datasource that is what the record
will be loaded in to. If the datasource specified does not exist it will be created. If the file contains
records that have NO datasource specified the user will be prompted to enter one before load.
- removed the UI interaction in
/admin/load
around custom entity types. Now
if a imported file specifies a specific entity type that does not exist it is created. If no
entity type is specified it is automatically assumed GENERIC
- Added a "Admin" menu option in the upper-left site menu WHEN the poc or api server has
-adminEnabled
set.
- bugfixes related to stream loading (various, see relevant tickets)
![2021-09-09_085555](https://user-images.githubusercontent.com/13721038/132720351-f6b93eda-071e-401a-bc62-81dc42ef730d.png)
![2021-09-09_085652](https://user-images.githubusercontent.com/13721038/132720750-d5aeedd0-2919-4558-8528-684036cca7dd.png)
relevant tickets #189 #190 #192 #196 #198 #200 #202 #204