antonym8 / Tentacle

0 stars 0 forks source link

Bonus -> Description in edit #52

Open antonym8 opened 5 months ago

antonym8 commented 5 months ago

Description is not mandatory field

Screenshot (185)

muthuraja-m8itsolutions commented 3 months ago

Fixed - 04-04-2024

M8Balaji commented 1 month ago

Fixed @Gokilavani-m8 @Nounitha-m8

Nounitha-m8 commented 1 month ago

@M8Balaji @yogiofficemail 1.Need to change the appropriate toast message should be displayed. Finance Categories Added Successfully, need to change it to Bonus Added Successfully, as well as in edit Finance Categories Updated Successfully, need to change it to Bonus Updated Successfully.

Screenshot (179)

2.While creating a new bonus with an already existing bonus, a toast message should appear as bonus already exists.

M8Balaji commented 1 week ago

@yogiofficemail Check and close - Above issues https://tssapidemo.m8itsolutions.in/api/updateCategories

https://tssapidemo.m8itsolutions.in/api/addFinanceCategory

yogiofficemail commented 1 week ago

fixed

Nounitha-m8 commented 1 week ago

While creating a new bonus with an already existing bonus, a toast message should appear as bonus already exists - Not Fixed

yogiofficemail commented 6 days ago

validation message is sent from the backend need to work in the frontend side

M8Balaji commented 4 days ago

@yogiofficemail { "name": [ "The name has already been taken." ] }

Message need as string @yogiofficemail

yogiofficemail commented 3 days ago

@yogiofficemail { "name": [ "The name has already been taken." ] }

Message need as string @yogiofficemail

{ "status": 400, "message": "The name has already been taken." } the response is changed as this but still not fixed @M8Balaji