Ignore:
Timestamp:
12/19/06 12:54:52 (6 years ago)
Author:
mglb1
Message:

Let any authenticated user retrieve asset details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/trunk/crcnetd/modules/ccs_asset.py

    r1094 r1248  
    970970    return res[0]["description"] 
    971971 
    972 @exportViaXMLRPC(SESSION_RO, AUTH_ASSET_MANAGER) 
     972@exportViaXMLRPC(SESSION_RO, AUTH_AUTHENTICATED) 
    973973def getAsset(session_id, asset_id): 
    974974    """Retrieves all the information about this asset from the database""" 
Note: See TracChangeset for help on using the changeset viewer.