3.0.12
1. Sprint Release
- 3.0.12
- Release date – April 19, 2018
2. Tag Name:Â 3.0.12
3. Deliverables
Database Changes: (Relevant only for upgrades)
Paramter for Encumbrance Check
For SOAS and LEHIGH
INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES
('OLE-PURAP', 'All', 'ZERO_ENCUMBRANCE_CHECK', 'OLE101010', '1', 'CONFG', 'Y', 'Indicator for checking Zero Encumbrance in AutoClosePO Job.', 'A', 'OLE');
For Chicago
INSERT INTO KRCR_PARM_T (NMSPC_CD, CMPNT_CD, PARM_NM, OBJ_ID, VER_NBR, PARM_TYP_CD, VAL, PARM_DESC_TXT, EVAL_OPRTR_CD, APPL_ID) VALUES
('OLE-PURAP', 'All', 'ZERO_ENCUMBRANCE_CHECK', 'OLE101010', '1', 'CONFG', 'N', 'Indicator for checking Zero Encumbrance in AutoClosePO Job.', 'A', 'OLE');
OLE-9356
Run the following commands in mysql database.
UPDATE mysql.user SET password=PASSWORD('xxxxxxxx') WHERE user='OLE';
FLUSH PRIVILEGES;
Add the following parameter in common-config.xml file
<param name="jdbc.username">OLE</param>
<param name="jdbc.password">xxxxxxx</param>
Replace "xxxxxxx" with the password you want to set.
NOTE : OLE-9362Â Jira is not available in this release. Patch (OLE-9362-git.patch) is available atÂ
https://openlibraryenvironment.atlassian.net/browse/OLE-9362
Workflow xml change:
NIL
4. Jiras
Priorities – Trivial; Minor; Major; Critical; Blocker
Issue Types -Â Task;Â Sub Task Bug/Defect; Enhancement; Enhancement (PP)
Operated as a Community Resource by the Open Library Foundation