Refactor organization unit management logic to improve filtering of other organization units #19670
BackRelated: https://github.com/abpframework/abp/pull/22498
Resolves #19660
hi @gizemmutukurt
Please checkout the abp branch: https://github.com/abpframework/abp/pull/22498
hi @sumeyyeKurtulus
Can you also change the filter way in angular?
.ts#L23
.ts#L25
eg: return this.#organizationUnits().filter(x => !x.code.startsWith(this.selected().code));