Skip to content

Commit

Permalink
webui.frontend.cors.enabled sysconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Sep 4, 2018
1 parent c703919 commit 82fce32
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
-- 2018-09-04T11:57:34.210
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
INSERT INTO AD_SysConfig (Value,EntityType,AD_Client_ID,CreatedBy,UpdatedBy,IsActive,ConfigurationLevel,AD_SysConfig_ID,Description,AD_Org_ID,Name,Created,Updated) VALUES ('Y','D',0,100,100,'Y','S',541231,'',0,'webui.frontend.cors.enabled',TO_TIMESTAMP('2018-09-04 11:57:33','YYYY-MM-DD HH24:MI:SS'),TO_TIMESTAMP('2018-09-04 11:57:33','YYYY-MM-DD HH24:MI:SS'))
;

-- 2018-09-04T11:58:43.917
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_SysConfig SET Description='If enabled, the Access-Control-Allow-Origin respone header will be set as "webui.frontend.url" sysconfig.',Updated=TO_TIMESTAMP('2018-09-04 11:58:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_SysConfig_ID=541231
;

0 comments on commit 82fce32

Please sign in to comment.