[MM-63772] Add LDAP setting to re-add removed members (#30787)

Этот коммит содержится в:
Ben Schumacher
2025-05-20 11:15:25 +02:00
коммит произвёл GitHub
родитель 5021fc72c6
Коммит c2d08b7540
22 изменённых файлов: 143 добавлений и 101 удалений

Просмотреть файл

@@ -2074,7 +2074,7 @@ func (mr *MockClientMockRecorder) SoftDeleteTeam(arg0, arg1 interface{}) *gomock
}
// SyncLdap mocks base method.
func (m *MockClient) SyncLdap(arg0 context.Context, arg1 bool) (*model.Response, error) {
func (m *MockClient) SyncLdap(arg0 context.Context, arg1 *bool) (*model.Response, error) {
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "SyncLdap", arg0, arg1)
ret0, _ := ret[0].(*model.Response)