
Tal Nisan has submitted this change and it was merged. Change subject: core: Fixed Quota description size limits ...................................................................... core: Fixed Quota description size limits When trying to copy a quota an error messsage was thrown saying that the size limit should be between 1 and 250. This error message was the result of not giving the right limits for the description of the quota. An empty description is 0 character long. Therefore, the limit was changed and now it is [0-250]. Change-Id: I6acad4fe290552dcdbd73bcd77e12c65f924d3c2 Bug-Url: https://bugzilla.redhat.com/1245664 Signed-off-by: Tomer Saban <tsaban@redhat.com> (cherry picked from commit 1619a3525505e47c8f8ad46a8e1d0c9fc4d0be66) --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/Quota.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Tal Nisan: Looks good to me, approved Roman Mohr: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Tomer Saban: Verified -- To view, visit https://gerrit.ovirt.org/45240 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6acad4fe290552dcdbd73bcd77e12c65f924d3c2 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Tomer Saban <tsaban@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomer Saban <tsaban@redhat.com> Gerrit-Reviewer: automation@ovirt.org