Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0021655 | Openbravo ERP | A. Platform | public | 2012-09-14 12:58 | 2012-09-26 17:19 |
|
| Reporter | egoitz | |
| Assigned To | jecharri | |
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | 3.0MP14 | |
| Target Version | | Fixed in Version | 3.0MP16 | |
| Merge Request Status | |
| Review Assigned To | egoitz |
| OBNetwork customer | OBPS |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0021655: The alert to check disabled triggers does not work |
| Description | The problem is that the alerts checks the information on user_triggers view what is not correct.
this view retunrs as the triggers as enabled because the status is hardcoded with enabled directly.
|
| Steps To Reproduce | -Disable a trigger
-Execute the alert that check disable triggers.
-Not rows are returned |
| Proposed Solution | on the user tables replace
'ENABLED'::text AS status
with
(case when tgenabled='D' then 'DISABLED'::text ELSE 'ENABLED'::text END) AS status |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2012-09-14 12:58 | egoitz | New Issue | |
| 2012-09-14 12:58 | egoitz | Assigned To | => migueldejuana |
| 2012-09-14 12:58 | egoitz | Modules | => Core |
| 2012-09-14 12:58 | egoitz | OBNetwork customer | => Yes |
| 2012-09-14 13:18 | egoitz | Assigned To | migueldejuana => dmiguelez |
| 2012-09-14 14:57 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
| 2012-09-17 08:48 | egoitz | Summary | The alert to check disabled alerts does not work => The alert to check disabled triggers does not work |
| 2012-09-18 13:03 | jecharri | Assigned To | jonalegriaesarte => jecharri |
| 2012-09-18 15:24 | hgbot | Checkin | |
| 2012-09-18 15:24 | hgbot | Note Added: 0052204 | |
| 2012-09-18 15:24 | hgbot | Status | new => resolved |
| 2012-09-18 15:24 | hgbot | Resolution | open => fixed |
| 2012-09-18 15:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/861d5861059e10910ef7a68b914afd5111a61ea1 [^] |
| 2012-09-18 15:39 | jecharri | Note Added: 0052205 | |
| 2012-09-18 16:39 | egoitz | Closed by | => egoitz |
| 2012-09-18 16:39 | egoitz | Note Added: 0052208 | |
| 2012-09-18 16:39 | egoitz | Status | resolved => closed |
| 2012-09-18 16:39 | egoitz | Fixed in Version | => 3.0MP16 |
| 2012-09-26 17:19 | hudsonbot | Checkin | |
| 2012-09-26 17:19 | hudsonbot | Note Added: 0052779 | |
|
Notes |
|
|
(0052204)
|
|
hgbot
|
|
2012-09-18 15:24
|
|
|
|
|
|
Test plan:
-Disable a trigger
-Execute the alert that check disable triggers.
-One alert per trigger is created.
Verify that if you execute queries in table user_trigger, you are able to see disabled and enabled triggers. |
|
|
|
(0052208)
|
|
egoitz
|
|
2012-09-18 16:39
|
|
|
verified with the testing plan provided |
|
|
|
|
|