SL24W14: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with "◄ SL24W13 | SL24W15 ►")
 
No edit summary
Line 1: Line 1:
[[SL24W13|◄ SL24W13]] | [[SL24W15|SL24W15 ►]]
[[SL24W13|◄ SL24W13]] | [[SL24W15|SL24W15 ►]]
* Update CommandBinding to allow injection additional paramters
** Allows getAdditionalExecutionParam(...) to support injecting a Kadi user object as a default parameter to command calls like
** void give(ISession s, CommandSender sender, User user, CommandArguments args);

Revision as of 23:46, 1 April 2024

◄ SL24W13 | SL24W15 ►

  • Update CommandBinding to allow injection additional paramters
    • Allows getAdditionalExecutionParam(...) to support injecting a Kadi user object as a default parameter to command calls like
    • void give(ISession s, CommandSender sender, User user, CommandArguments args);