Removed obsolete dir
Numeric conversions for all ids coming in as route req params. Infrastructure for proper error message when dependencies prevent entity deletion.
This commit is contained in:
parent
2b57396a5d
commit
0a08088893
636 changed files with 291 additions and 73346 deletions
|
@ -462,8 +462,8 @@ function requiresAuthenticatedUser(target) {
|
|||
const comp1 = withPageHelpers(target);
|
||||
|
||||
function comp2(props, context) {
|
||||
comp1.call(this, props, context);
|
||||
context.sectionContent.ensureAuthenticated();
|
||||
comp1.call(this, props, context);
|
||||
}
|
||||
|
||||
comp2.prototype = comp1.prototype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue