Ticket #4897 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Access denied error by import data with Bulkdids

Reported by: sr377 Assigned to: mickecarlsson
Priority: minor Milestone: 2.9
Component: Bulk DIDs Version: 2.8-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

Import data check access restrictions for all dids by extension range field define by administrator page.

Error in file page.blukdids.php line 151

  if (checkRange($vars["extension"])) {

if range exten is 1-9999 can't import DIDs with length five number and higer.

DIDs is not extension.

Change History

03/01/11 12:03:42 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to fixed.

(In [11634]) Close #4897, fix permissions check.