Merge remote-tracking branch 'origin/GT-3044-dragonmacher-table-popup-cleanup'

This commit is contained in:
Ryan Kurtz 2019-08-09 08:15:26 -04:00
commit 351cf56e6e
93 changed files with 1424 additions and 1103 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());
}
}