rsx-labs / aide-frontend

This is the repository for AIDE
https://rsx-labs.github.io/aide-frontend/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

[Announcement] Adding announcement truncates title up to 50 chars only #689

Closed charissasylim closed 4 years ago

charissasylim commented 4 years ago

Describe the bug Adding announcement truncates title up to 50 chars only

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Version (please complete the following information):

Additional context Add any other context about the problem here.

charissasylim commented 4 years ago

Updated and Checked-in sp_InsertAnnouncement and sp_UpdateAnnouncement to allow title as varchar(150) for both add and update. Before, add only had varchar(50) and update had varchar(max). Updated to 150 since this is the allowed in data column.

charissasylim commented 4 years ago

Fixed 3.4.0.1