You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a new company as "test company2" and attached the company to a new person as "TEST COMPANy2". As seen, the company name saved to the person is retains the upper-cased letters.
The text was updated successfully, but these errors were encountered:
[The team marked this bug as a duplicate of the following bug]
When adding event/person, it is allowed to use company' name with different cases(upper/lower), this fails to remove the event/person associated to the company when the company is deleted
adde n/Interview c/Bytedance d/2022-04-02 ti/14:00 l/Zoom this command is valid and being executed, note that even though "ByteDance" is being typed as "Bytedance", and there is no company called "Bytedance" in the current list of companies
listc
delete 10 where 10 is the index of "ByteDance" during testing
Expected outcome:
Company "ByteDance" is deleted
Event "Interview " which is associated to "ByteDance" is deleted
Actual outcome:
Company "ByteDance" is deleted
Event "Interview " which is associated to "ByteDance" is not being deleted, because in it the company is called "Bytedance"
Note that the details in the screenshot is different from the one in bug report, however it serves the same purpose.
[This is the team's response to the above 'original' bug]
Reason for Changing to Medium:
We accept that the bug is present. However, the application can still be used (it does not cause major problem for the users). It will cause some convenience (deleting the persons and events related to the deleted companies one by one). However, the application will still be useable.
Items for the Tester to Verify
❓ Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
I disagree
Reason for disagreement: [replace this with your explanation]
❓ Issue severity
Team chose [severity.Medium]
Originally [severity.VeryLow]
I disagree
Reason for disagreement: [replace this with your explanation]
I added a new company as "test company2" and attached the company to a new person as "TEST COMPANy2". As seen, the company name saved to the person is retains the upper-cased letters.
The text was updated successfully, but these errors were encountered: