Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

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
























  • No labels