Advertisement:

Author Topic: Bulk removal Alerts in Admin not working (SOLVED)  (Read 824 times)

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Bulk removal Alerts in Admin not working (SOLVED)
« on: May 10, 2015, 05:04:14 pm »
When trying to remove in bulk all alerts from a user when selecting "DELETE" Alerts only get DEACTVATED.
Trying to delete in bulk all inactive Alerts does NOTHING, a flashmesg tells me no alerts have been deactivated

So I guess BULK delete is not working for me, single delete does work  :(
If somebody can check the same I can see if it is related to my jquery 1.11 version.

Regards,
Eric
« Last Edit: May 10, 2015, 06:43:20 pm by SmaRTeY »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Bulk removal Alerts in Admin not working
« Reply #1 on: May 10, 2015, 05:50:41 pm »
Hi,

No problem here, Osclass 3.5.6, bundled jQuery ???

You could try disabling your most recent jQuery version to see if that's what is provoking the issue.

Regards
« Last Edit: May 10, 2015, 05:53:30 pm by teseo »

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Bulk removal Alerts in Admin not working
« Reply #2 on: May 10, 2015, 06:14:29 pm »
Thanks teseo!

Good to know it should be working okay.


Regards,
Eric

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Bulk removal Alerts in Admin not working
« Reply #3 on: May 10, 2015, 06:42:56 pm »
CooL, got it fixed, was indeed JQuery 1.11.2 related, more specific in JQuery 1.11.2 the "attr" as in attribute is having a competitor called 'prop' as in property. Now in JQuery 1.11.2 some attr's need to be changed into prop's and then it's working again.  8)

Regards,
Eric

SmaRTeY

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2519
Re: Bulk removal Alerts in Admin not working (SOLVED)
« Reply #4 on: May 10, 2015, 08:41:30 pm »
For those interested, JQuery has a new update 1.11.3 which implements an Ios secuity fix....
http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/

Regards,
Eric