hi all, we can create item by url and set default value.
http://host/app/item/new?item_name=item1
is there a url to copy item b001
and set default item_name=item2
http://host/app/item/copy/b001?item_name=item2
and I wanna know where is the source file to deal with it.
Thanks a lot