Changeset 247 for trunk/web/controls.py


Ignore:
Timestamp:
Nov 27, 2007, 2:06:29 AM (16 years ago)
Author:
ecprice
Message:

Makes deleting VMs work with the access controls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/controls.py

    r243 r247  
    202202        for disk in machine.disks:
    203203            ctx.current.delete(disk)
     204        for access in machine.users:
     205            ctx.current.delete(access)
    204206        ctx.current.delete(machine)
    205207        transaction.commit()
Note: See TracChangeset for help on using the changeset viewer.