-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typo in multicolumnwizard_be.js #74
Comments
stattdessen? bitte PR machen oder code posten mit "diff" sowie "-" und "+" |
addOperationUpdateCallback: function(key, func)
{
if (!this.operationUpdateCallbacks[key])
{
this.operationUpdateCallbacks[key] = [];
}
- this.operationLoadCallbacks[key].include(func);
+ this.operationUpdateCallbacks[key].include(func); |
damit ist es zu einem PR ja nicht mehr weit :D |
erledigt in PR #75 |
zonky2
added a commit
to zonky2/contao-multicolumnwizard-bundle
that referenced
this issue
Sep 10, 2020
stefanheimes
added a commit
that referenced
this issue
Sep 18, 2020
stefanheimes
added a commit
that referenced
this issue
Sep 20, 2020
- Add support for Sortable.js for https://github.com/contao-community-alliance/contao-multicolumnwizard-frontend-bundle - Hotfix fix typo in js. See issue #74, Replacement for PR #75 - Correct some travis setting: Correct exclude path, Update PHP and Contao Version - Correct some small errors for the travis check
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addOperationUpdateCallback() wird fälschlicherweise this.operationLoadCallbacks verwendet.
Siehe:
https://github.com/menatwork/contao-multicolumnwizard-bundle/blob/master/src/Resources/public/js/multicolumnwizard_be.js#L364
The text was updated successfully, but these errors were encountered: