Ticket #2628 (closed defect: fixed)

Opened 3 months ago

Last modified 1 week ago

Criticial Error when export empty CSV in Security Tab

Reported by: quocbao Assigned to: ischommer
Type: defect Priority: critical
Milestone: 2.3.0 Component: CMS - Security section
Version: 2.2.2 Severity: medium effort / impact
Keywords: Cc:
Due date: Hours:

Description

I got this problem when export a group without any members in Security Tabs.

ERROR:Error 256: No records found

At l815 in D:\xampp\htdocs\silverstripe\trunk\sapphire\forms\TableListField?.php

user_error(No records found,256) line 815 of TableListField?.php

TableListField?->export() line 631 of Form.php

Form->callfieldmethod(Array,Form) line 248 of Controller.php

Controller->run(Array) line 104 of Director.php

Director::direct(/admin/security/index/5) line 158 of main.php

Attachments

Change History

Changed 1 week ago by sminnee

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 2.2.3* to 2.3.0

I don't think it was the same issue, but once I did r63581, this was fixed. Automated tests added in r63582.

Note: See TracTickets for help on using tickets.