Changeset 401

Show
Ignore:
Timestamp:
09/13/08 16:40:10 (4 months ago)
Author:
johnbywater
Message:

Changed to transition from update success to item detail (was to list).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/MANIFEST.in

    r389 r401  
    77recursive-include src/dm/django/templates * 
    88recursive-include src/dm/data * 
    9  
     9prune dist 
  • trunk/src/dm/view/registry.py

    r342 r401  
    384384 
    385385    def defaultPostManipulateLocation(self): 
    386         return '/' + self.registryPath + '/' 
     386        locationPath = '/'+ self.registryPath +'/' 
     387        locationPath += str(self.domainObject.getRegisterKeyValue()) +'/' 
     388        return locationPath 
    387389 
    388390