Actions
Defect #105
closedSender is associate in recipients
Start date:
08/18/2016
Due date:
% Done:
100%
Estimated time:
4.00 h
Affected versions:
Owner:
Description
When create new notification is sender assigned to recipient.
@OneToMany(mappedBy = "notification", cascade = CascadeType.ALL)
Related issues
Updated by Radek Tomiška over 8 years ago
- Status changed from New to In Progress
Updated by Radek Tomiška over 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 0 to 90
I've repaired showing sender in recipients. Sender is now realizated as reference to identity.
I've repaired more things:- duplicit Emails localization was removed,
- using unexisted refs (this.refs.form) when notification detail closes was removed
- duplicit footer on email detail was removed.
other notes from code review will be included in #86.
Retest and review my changes please.
Updated by Radek Tomiška over 8 years ago
- Related to Task #86: Send notification from FE added
Updated by Ondřej Kopr over 8 years ago
- Status changed from Needs feedback to Resolved
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 90 to 100
Feedback:
After save (send) notification it was error - call getWrappedInstance on undefined.
Solutions:
Remove this unless check to error and reload instance of table in NotificationDetail. (there isnt table refrence).
if (!error) { this.refs.table.getWrappedInstance().reload(); }
Status: OK.
Updated by Radek Tomiška over 8 years ago
- Status changed from Resolved to Closed
I didn't fix error with call getWrappedInstance on undefined - i've included it in #86 review, where error was created .) Super, when is fixed right now .)
Updated by Radek Tomiška over 5 years ago
- Tracker changed from Task to Defect
- Category changed from 20 to Notification
Actions