wso2 / carbon-device-mgt

Apache License 2.0
53 stars 113 forks source link

Fixing The issue occurs when the marking a single notification as read. #1189

Closed Kamidu closed 6 years ago

Kamidu commented 6 years ago

The issue occures when the notification id is larger than 45 due to the restiction on paramater size. I have removed the related validation in order to resolve the issue.

Purpose

Resolves wso2/product-iots#1699

Goals

To enable the mark as read, function to all the notification regardless of the value of the id.

Approach

Removing the unwanted parameter validation.

User stories

N/A

Release note

Fix the issue when marking as red on notification list

Documentation

N/A

Training

N/A

Certification

N/A.

Marketing

N/A

Automation tests

Security checks

Samples

N/A

Related PRs

N/A

Migrations (if applicable)

N/A

Test environment

N/A

Learning

N/A