This commit is contained in:
@@ -91,8 +91,8 @@ Note: Uniquify is required for porting some objects that in v7 didn't enforce un
|
|||||||
* MIGRATE these deprecated things off of a USER object created just to host their stuff (user because only biz admin has full rights to user)
|
* MIGRATE these deprecated things off of a USER object created just to host their stuff (user because only biz admin has full rights to user)
|
||||||
Put them in an INACTIVE, NO RIGHTS User with the following naming scheme: "V7_REGION_REPOSITORY_regionNameHere" "V7_GLOBAL_REPOSITORY" etc
|
Put them in an INACTIVE, NO RIGHTS User with the following naming scheme: "V7_REGION_REPOSITORY_regionNameHere" "V7_GLOBAL_REPOSITORY" etc
|
||||||
|
|
||||||
Global - wiki, files -> User "V7_GLOBAL_REPOSITORY"
|
Global - wiki, files -> User "V7_GLOBAL_WIKI_REPOSITORY"
|
||||||
|
Region - wiki, files -> User "V7_REGION_WIKI_REPOSITORY_regionnamehere" this is preliminary as there is a ton of other shit to import from region into various other areas but it has a wiki so that should be dealt with
|
||||||
|
|
||||||
Basic class:
|
Basic class:
|
||||||
public long Id { get; set; }
|
public long Id { get; set; }
|
||||||
@@ -121,7 +121,6 @@ Note: in some cases object is gone or has changed, maybe need a token object of
|
|||||||
|
|
||||||
V7 WIKIABLE
|
V7 WIKIABLE
|
||||||
|
|
||||||
Region
|
|
||||||
Unit
|
Unit
|
||||||
UnitModel
|
UnitModel
|
||||||
User
|
User
|
||||||
|
|||||||
Reference in New Issue
Block a user