Ticket #448 (closed defect: fixed)
Erroneous webmaster acccept/delete confirmation message
Reported by: | ed | Owned by: | jim |
---|---|---|---|
Priority: | critical | Milestone: | PSE |
Component: | Drupal modules & settings | Keywords: | |
Cc: | Estimated Number of Hours: | 0.0 | |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0 |
Description
Webmaster accepts and publishes a project submitted via widget. This works. But gets this confusing message:
• PSE project submission Trucie test project 2910 has been deleted.
• 1 items processed in about 2237 ms:
• Performed Accept and publish on node Trucie test project 2910.
Change History
comment:2 Changed 4 years ago by ed
Aha of course. How very exact of the system. How about adding 'Temporary' at the beginning of "PSE project submission..." so it said "Temporary project submission..."?
comment:3 Changed 4 years ago by jim
- Status changed from new to closed
- Resolution set to fixed
I fixed it with hack whereby I wiped the Drupal messages array just after I did my bits, which leaves Views Bulk Operations to say:
"items processed in about 5010 ms:
Performed Accept and publish on node Jim's final test tonight."
This has the side effect of hiding any other errors, though they will still go in to the system log behind the scenes.
Fixed.
The messages are correct, but not very nice...
The original submission *is* deleted when the project is accepted (and when rejected), so that explains the messages.
All that other crap isn't helpful, but I don't know what to do about them right now... Looking into that.