Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kovalsky committed Apr 30, 2021
1 parent 06e4675 commit 74fad38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ModelAutoBuild/ModelAutoBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,18 @@
{
obj.ModelPermission = ModelPermission.Administrator;
}
else if (mp == "refresh")
{
obj.ModelPermission = ModelPermission.Refresh;
}
else if (mp == "readrefresh")
{
obj.ModelPermission = ModelPermission.ReadRefresh;
}
else if (mp == "none")
{
obj.ModelPermission = ModelPermission.None;
}
}
}

Expand Down

0 comments on commit 74fad38

Please sign in to comment.