Project

General

Profile

« Previous | Next » 

Revision e84e08b6

Added by Marc Dequènes over 14 years ago

  • ID e84e08b6b653dc804c786c1dfc6b9b8fce39a757

[fix] corrected shadowwalker creation (item full handle must not be validated completely as the item does not exist yet)

View differences:

bin/shadowwalker
def execute(args)
super
obj_klass, item_hdl = params_shift_item_handle_full_handle(args)
obj_klass, item_hdl = params_shift_item_handle_full_handle(args, false)
loc_obj_klass, loc_item = params_shift_item_handle_full_handle(args, true, "parent full-handle")
item = obj_klass.new(item_hdl)

Also available in: Unified diff