1
0
mirror of https://github.com/altlinux/admc.git synced 2025-03-14 08:58:19 +03:00

Include PSO container objects to object tree containers

This commit is contained in:
Semyon Knyazev 2024-08-21 01:23:41 +04:00
parent d1cf4f0b51
commit e35bfad114

View File

@ -293,8 +293,9 @@ void AdConfig::load(AdInterface &ad, const QLocale &locale) {
out.append(object_class);
}
// NOTE: domain not included for some reason, so add it manually
// NOTE: domain and pso container are not included for some reason, so add it manually
out.append(CLASS_DOMAIN);
out.append(CLASS_PSO_CONTAINER);
// Make configuration and schema pass filter in dev mode so they are visible and can be fetched
out.append({CLASS_CONFIGURATION, CLASS_dMD});