error deleting attribute

Permalink Browser Info Environment
hi
i've this error deleting an attribue.
Fatal error: Call to undefined method Concrete\Package\WebinstinctFilesetAttribute\Attribute\Fileset\Controller::deleteKey()

any ideas?

Type: Pre-Sale
Status: In Progress
tkart38
View Replies:
tkart38 replied on at Permalink Reply
tkart38
i've solved this adding thison attribute controller

public function deleteKey() {
      $db = Loader::db();
    $arr = $this->attributeKey->getAttributeValueIDList();
    foreach($arr as $id) {
        $db->Execute('delete from atFileset where avID = ?', array($id));
    }
}
webinstinct replied on at Permalink Reply
webinstinct
Very kind for you to resolve it. I was actually just updating the same thing. The new, adjusted package has been uploaded.
tkart38 replied on at Permalink Reply
tkart38
thanks for your work

concrete5 Environment Information

-

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.