[MM-63772] Add LDAP setting to re-add removed members (#30787)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5021fc72c6
Коммит
c2d08b7540
@@ -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)
|
||||
|
||||
Ссылка в новой задаче
Block a user