View Issue Details

IDProjectCategoryView StatusLast Update
0025532mantisbtrelationshipspublic2019-03-16 20:20
ReporterKirill Assigned Todregad  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Target Version2.20.0Fixed in Version2.20.0 
Summary0025532: Error when adding a relationship if bug id contains whitespace as prefix or suffix
Description

If user paste bug id with last space char and create relationship, he gets error

Invalid value for 'target_issue_id'

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.

TagsNo tags attached.
Attached Files
2019-02-27 12_45_53.png (46,533 bytes)   
2019-02-27 12_45_53.png (46,533 bytes)   

Relationships

related to 0025533 closeddregad When adding multiple relationships, ignore source issue and empty issue ids 

Activities

Kirill

Kirill

2019-02-27 06:00

reporter   ~0061587

https://github.com/mantisbt/mantisbt/pull/1470

dregad

dregad

2019-03-02 13:19

developer   ~0061614

Alternative fix in PR https://github.com/mantisbt/mantisbt/pull/1471.

Related Changesets

MantisBT: master c20e9622

2019-03-02 08:11

dregad


Details Diff
helper_parse_id(): trim whitespace before processing

Alternative fix for PR https://github.com/mantisbt/mantisbt/pull/1470
as per discussion with @vboctor. Thanks to @Kirill for the original
contribution.

Fixes 0025532
Affected Issues
0025532
mod - core/helper_api.php Diff File