Commit 0de63abe authored by Ajit Deshmukh's avatar Ajit Deshmukh

updated component of ManageSqlConf for schema-level execution of QC and Development transactions.

parent c3ed72b9
...@@ -326,7 +326,7 @@ public class ManageSqlConf extends ActionHandlerEJB ...@@ -326,7 +326,7 @@ public class ManageSqlConf extends ActionHandlerEJB
} }
if ("A".equalsIgnoreCase(execRights)) { if ("A".equalsIgnoreCase(execRights) || "Q".equalsIgnoreCase(execRights) || "D".equalsIgnoreCase(execRights)) {
BaseLogger.log( BaseLogger.log(
"3", "3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment