Skip to content
Snippets Groups Projects

Added getProjectProperties to the methods seen by the XMLRPC server

Merged Ben Couturier requested to merge (removed):LBCORE-1037-2 into master
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -45,7 +45,8 @@ ROMethods =['listProjects',
'listActive',
'listActiveApplications',
'listUsed',
'checkUnused' ]
'checkUnused',
'getProjectProperties' ]
confDB = SoftConfDB(dbConnectStr="http://localhost:7474/db/data")
Loading