Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028261Openbravo ERPA. Platformpublic2014-11-24 15:222014-12-30 23:26
alostale 
inigosanchez 
normalminorhave not tried
closedfixed 
5
 
3.0PR15Q1 
alostale
Core
No
0028261: Weekdays process scheduling doesn't work
Whenever a process is tried to be scheduled to Weekdays an error is thrown.
-Create a new Process Request
-Schedule it as Daily, Weekdays
-Click the Schedule button -> Error is trhown
No tags attached.
related to defect 00280033.0PR15Q1 closed inigosanchez The daily background process is executed incorrectly when changing from summer time to winter time 
Issue History
2014-11-24 15:22alostaleNew Issue
2014-11-24 15:22alostaleAssigned To => inigosanchez
2014-11-24 15:22alostaleModules => Core
2014-11-24 15:22alostaleTriggers an Emergency Pack => No
2014-11-24 15:22alostaleRelationship addedrelated to 0028003
2014-11-24 15:24alostaleSummaryWeekdays interval doesn't work => Weekdays process scheduling doesn't work
2014-11-26 13:29inigosanchezReview Assigned To => alostale
2014-11-26 13:29inigosanchezResolutionopen => fixed
2014-11-26 13:30hgbotCheckin
2014-11-26 13:30hgbotNote Added: 0072030
2014-11-26 13:30hgbotStatusnew => resolved
2014-11-26 13:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/3702a2c3cb7e97364aab76b4b0aed22ae76f35b7 [^]
2014-11-28 12:33alostaleNote Added: 0072121
2014-11-28 12:33alostaleStatusresolved => closed
2014-11-28 12:33alostaleFixed in Version => 3.0PR15Q1
2014-12-30 23:26hudsonbotCheckin
2014-12-30 23:26hudsonbotNote Added: 0073145

Notes
(0072030)
hgbot   
2014-11-26 13:30   
Repository: erp/devel/pi
Changeset: 3702a2c3cb7e97364aab76b4b0aed22ae76f35b7
Author: Inigo Sanchez <inigo.sanchez <at> openbravo.com>
Date: Mon Dec 08 10:38:25 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/3702a2c3cb7e97364aab76b4b0aed22ae76f35b7 [^]

Fixes issue 28261: Weekdays process scheduling doesn't work.

Whenever a process is tried to be scheduled to Weekdays an error is thrown.
It was happening because optionDaily value is "D" and OBScheduler.java
expected "W".

It has been solved by changing value expected to "D".

---
M src/org/openbravo/scheduling/OBScheduler.java
---
(0072121)
alostale   
2014-11-28 12:33   
code reviewed

tested:
*Verified the actual ref list value is D, not W
*Scheduled process for weed days
(0073145)
hudsonbot   
2014-12-30 23:26   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/6525fe229e06 [^]
Maturity status: Test