GT-3044 - Table Actions - updated table actions to use the modern action

system
This commit is contained in:
dragonmacher 2019-08-02 19:41:30 -04:00
parent 392c0846d1
commit 28f6500039
70 changed files with 642 additions and 493 deletions

View file

@ -29,6 +29,6 @@ public class FcgActionContext extends ActionContext {
}
public FcgActionContext(FcgProvider provider, Object contextObject) {
super(provider, contextObject);
super(provider, contextObject, provider.getComponent());
}
}