View Issue Details

IDProjectCategoryView StatusLast Update
0010663mantisbtotherpublic2012-09-27 16:49
ReporterKirill Assigned Todregad  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Product Version1.2.0rc1 
Summary0010663: APPLICATION ERROR 0000201
Description

Select issues ib issues-list change selected project to all project and get error
APPLICATION ERROR 0000201

Для bug_arr ожидался массив, а получена строка.
for bug_arr wait array, but recieve string

TagsNo tags attached.

Activities

Kirill

Kirill

2009-07-01 03:21

reporter   ~0022338

sorry

  1. Select issues in issues-list
  2. Change developer
  3. change selected project to all project and get error
dhx

dhx

2009-07-01 04:44

reporter   ~0022339

Thanks, I've confirmed this.

Your browser needs to send a HTTP referrer for this to work.

set_project.php redirects to:
http://localhost/mantis/bug_actiongroup_page.php?bug_arr=&action=ASSIGN

Where it should instead redirect to (example):
http://localhost/mantis/bug_actiongroup_page.php?bug_arr[]=28&bug_arr[]=25&bug_arr[]=27&action=ASSIGN

jreese

jreese

2009-09-04 15:08

reporter   ~0022879

Fix committed to 1.2.x and master branches.

jreese

jreese

2009-09-04 15:51

reporter   ~0022880

Oops. I closed the incorrect report.

dregad

dregad

2012-09-13 10:28

developer   ~0032837

@Kirill, does this problem still exist ?

Kirill

Kirill

2012-09-14 01:32

reporter   ~0032841

I think it's can be closed, because I don't remember this issue :)

dregad

dregad

2012-09-14 02:49

developer   ~0032843

:-)

Related Changesets

MantisBT: master-1.2.x aea59ec8

2009-09-04 15:04

jreese


Details Diff
Fix 0010663: Make email regex case-insensitive Affected Issues
0010663
mod - core/string_api.php Diff File
mod - core/email_api.php Diff File

MantisBT: master 3c609e95

2009-09-04 15:04

jreese


Details Diff
Fix 0010663: Make email regex case-insensitive Affected Issues
0010663
mod - core/string_api.php Diff File
mod - core/email_api.php Diff File