Closed
Bug 931154
Opened 12 years ago
Closed 11 years ago
When an event is created/deleted/changed, create/delete/change a report
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: hoosteeno, Assigned: nemo-yiannis)
References
Details
(Whiteboard: [kb=1176161] )
This is an instance of "passive reporting".
When a reps user creates an event in the portal, we should create a report about that activity, filling in the report fields with all relevant data from the event.
When a reps user changes an event, we should change the report. *This will probably require us to maintain some foreign key on the event itself.*
When a reps user deletes an event, we should delete the report.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgiannelos
| Assignee | ||
Updated•12 years ago
|
Whiteboard: [kb=1176161]
| Reporter | ||
Comment 1•12 years ago
|
||
When this kind of passive report is created, the activity on the report should be, "Created an Event".
Comment 2•11 years ago
|
||
Pull request https://github.com/mozilla/remo/pull/575
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/7690115cc21a505278a335b688458b65857083cf
[Fix bug 931154] Implement passive reporting for event creation.
https://github.com/mozilla/remo/commit/0226b4ebf0df71072158fff94ccd62447a120b28
Merge pull request #575 from johngian/931154-event-creation-passive-report
[Fix bug 931154] Implement passive reporting for event creation.
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Version: unspecified → next
Comment 4•11 years ago
|
||
Verified on stage:
* Report create on event create
* Report update on event update
* Report owner change on event owner change
* Report delete on event delete
Thanks :nemo!
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Version: next → 423
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•