Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.28
-
Fix Version/s: 4.7.30
-
Component/s: CiviCampaign
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:Developer Doc
-
Funding Source:Needs Funding
-
Verified?:No
-
How it works currently:
-
How it should work:
-
Acceptance Criteria:Step 3 works accurately
Description
Disable/Enable Campaign not working. Mostly due to below error,
Uncaught TypeError: $ is not a function at jQuery.fn.init.fnDrawCallback (eval at <anonymous> (jquery.js?p1mew2:349), <anonymous>:76:16) at jquery.dataTables.js?p1mew2:6621 at Function.map (jquery.js?p1mew2:484) at _fnCallbackFire (jquery.dataTables.js?p1mew2:6620) at _fnDraw (jquery.dataTables.js?p1mew2:3496) at _fnAjaxUpdateDraw (jquery.dataTables.js?p1mew2:4121) at jquery.dataTables.js?p1mew2:3961 at Object.callback [as success] (jquery.dataTables.js?p1mew2:3853) at fire (jquery.js?p1mew2:3232) at Object.fireWith [as resolveWith] (jquery.js?p1mew2:3362)
Steps to reproduce:
Goto: /civicrm/campaign?reset=1&subPage=petition
- Go to Campaign Tab
- Click on Disable o Enable,
- Disable or Enable is done but, loading is constantly there.