Bug #2316
Images gallery - order field
0%
Issue #1:
the large value should be rejected, validated or trimmed
Issue #1:
the very large values will be replaced by a fixed minus number ( same number every time -> -5994306948999214382) so that the image will be shown as the last image on the gallery
Observe evidence 2.jpg
Description
Issue #1:
1- Using ex_contributor user, move to Images gallery folder
2- Click add new image (added on the attachments)
3- upload new image
4- fill the [order] field with a very large number (250 digit)( i.e: 20037642052068966392003764205206896639200376420520689663920037642052068966392003764205206896639200376420520689663920037642052068966392003764205206896639200376420520689663920037642052068966392003764205206896639200376420520689663920037642052068966392003)
5- click OK
6- approve the image by the ex_cotributor
7- approve the image by the ex_approver1
History
#2 Updated by Zaid Shakboua over 4 years ago
- Assignee changed from Zaid Shakboua to Saja Nakhleh
done, the range has been set to [-2,147,483,647 to 2,147,483,647], thus, entered values <-2,147,483,647 will have the value -2,147,483,646 and the value > 2,147,483,647 will have the value 2,147,483,646
#3 Updated by Saja Nakhleh over 4 years ago
- Status changed from Open to Closed
the issue has been tested and verified.