forked from github/dataease
commit
018b065750
@ -973,7 +973,6 @@ public class DatasourceServer implements DatasourceApi {
|
|||||||
LicenseUtil.validate();
|
LicenseUtil.validate();
|
||||||
validate(datasource);
|
validate(datasource);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
@ -85,4 +85,6 @@ public interface InteractiveAuthApi {
|
|||||||
|
|
||||||
@GetMapping("/OrgNameForResource")
|
@GetMapping("/OrgNameForResource")
|
||||||
String OrgNameForResource(Long id);
|
String OrgNameForResource(Long id);
|
||||||
|
|
||||||
|
void editResourceExtraFlag(BusiResourceEditor editor);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user