[Developer] #424 default protected object lookup mapping
This commit is contained in:
@@ -13,4 +13,8 @@ public record DatabaseObjectOption(
|
||||
public String label() {
|
||||
return owner + "." + objectName + " (" + objectType + ")";
|
||||
}
|
||||
|
||||
public String defaultOrdsPath() {
|
||||
return owner.toLowerCase() + "/" + objectName.toLowerCase();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user