no message
This commit is contained in:
parent
1106427250
commit
e805759af5
1 changed files with 4 additions and 1 deletions
|
|
@ -4786,7 +4786,10 @@ export class OrganizationController extends Controller {
|
|||
child3: null,
|
||||
child4: null,
|
||||
};
|
||||
if (orgRevision.orgRevisionIsDraft == true && orgRevision.orgRevisionIsCurrent == false) {
|
||||
if (
|
||||
(orgRevision.orgRevisionIsDraft == true && orgRevision.orgRevisionIsCurrent == false) ||
|
||||
system != "SYS_ORG"
|
||||
) {
|
||||
_data = await new permission().PermissionOrgList(request, system.trim().toUpperCase());
|
||||
}
|
||||
const orgRootData = await AppDataSource.getRepository(OrgRoot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue