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)

Oracle : https://github.com/openlibraryenvironment/ole/blob/3.0.12/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/oracle/3.0.12.sql

MySQL : https://github.com/openlibraryenvironment/ole/blob/3.0.12/ole-app/ole-db/ole-sql/ole-liquibase-upgrade-sql/src/main/resources/org/kuali/ole/sql/mysql/3.0.12.sql

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 – TrivialTrivial; MinorMinor; MajorMajor; CriticalCritical; Blocker Blocker

Issue Types - Task Task; Sub TaskSub Task Bug/Defect; Enhancement Enhancement; Enhancement (PP) Enhancement (PP)


components key summary priority type labels status updated
Loading...
Refresh
























Operated as a Community Resource by the Open Library Foundation