root/GHI/AdvancedItemMenu/GHI_AdvancedItemMenuList.lua
| 566 | 611 | ||
|---|---|---|---|
24 | return menu; | 24 | return menu; |
25 | end | 25 | end |
26 | 26 | ||
27 | class.New = function() | 27 | class.New = function(itemInProgress) |
28 | GetMenu().New(); | 28 | GetMenu().New(itemInProgress); |
29 | end | 29 | end |
30 | class.Edit = function(guid) | 30 | class.Edit = function(itemInProgress) |
31 | GetMenu().Edit(guid); | 31 | GetMenu().Edit(itemInProgress); |
32 | end | 32 | end |
33 | 33 | ||
34 | return class; | 34 | return class; |
Download diff