[LRA-75] Solve bugs in Events Portlet Created: 27/Jan/14 Updated: 06/Feb/14 Resolved: 06/Feb/14 |
|
| Status: | Resolved |
| Project: | Liferay Apps |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Juan Carrillo [X] (Inactive) | Assignee: | Juan Carrillo [X] (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 14d | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Solving the errors that Shagul mentioned in the other ticket that was removed.
- resolve redirect url errors (solved) - Use Liferay autofields for participants (solved) - limit the selection of dates, because old events are unable to modify Other errors found: - server validation for participants is not working - missing ui validation for some fields - persistence unused attributes |
| Comments |
| Comment by Juan Carrillo [X] (Inactive) [ 06/Feb/14 ] |
|
- Server validation
- Avoiding to store in database if happened a lot of errors - Changing a lot of backend code - Using liferay tags for headers - Friendly urls - Moving javascript code to main.js - using liferay auto fields - Limiting date of datepicker |