Problem/Motivation

Installing and enabling Busy on Drupal 8-Beta4 causes a call to a undefined function. See the screenshot

Proposed resolution

We should replace the filter_xss_admin function with a method from the Xss class provided by Drupal Utility Component.

Remaining tasks

-

User interface changes

-

API changes

-

Comments

lucastockmann’s picture

Assigned: Unassigned » lucastockmann
lucastockmann’s picture

Status: Active » Needs review
StatusFileSize
new1.23 KB

I looked up Bartik, and rewrote Busy to work the same.
Patch attached.

lucastockmann’s picture

Assigned: lucastockmann » Unassigned

Removed assignment to me.

Boaah’s picture

The error is gone after and applying the patch.

Boaah’s picture

Status: Needs review » Reviewed & tested by the community
kunal_kapoor’s picture

Status: Reviewed & tested by the community » Fixed

Fixed this issue in the patch provided in this issue https://www.drupal.org/project/busy/issues/2628246

kunal_kapoor’s picture

Status: Fixed » Closed (fixed)