Opened 14 years ago
Closed 14 years ago
#128 closed enhancement (fixed)
ConfigProxy - getProcessList
Reported by: | adube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | server | Version: | |
Keywords: | config | Cc: |
Description
Currently, in order to be able to know which processes are available for config, you need to create a dummy request that will outputs an error containing the possible values. Or, you can also check in the config file directly.
That could be easily changed if we added the 'getProcessList' method inside the process array. That way, querying using &method=getProcessList would nicely returned the list of methods a config allows (including 'getProcessList').
Note:
See TracTickets
for help on using tickets.
r862
example of query using the PGSQLMapContextConfig config driver:
result :
Fixed.