From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte

---
 force-app/main/default/pages/ViewASEActivityDecryptInfo.page |   17 +++++------------
 1 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/force-app/main/default/pages/ViewASEActivityDecryptInfo.page b/force-app/main/default/pages/ViewASEActivityDecryptInfo.page
index 81c9bdd..29af144 100644
--- a/force-app/main/default/pages/ViewASEActivityDecryptInfo.page
+++ b/force-app/main/default/pages/ViewASEActivityDecryptInfo.page
@@ -1,11 +1,4 @@
-<!--
-  @description       : 
-  @author            : ChangeMeIn@UserSettingsUnder.SFDoc
-  @group             : 
-  @last modified on  : 03-17-2022
-  @last modified by  : ChangeMeIn@UserSettingsUnder.SFDoc
--->
-<apex:page standardController="ASEActivity__c" extensions="NewAndEditASEActivityController" id="page">
+<apex:page standardController="ASEActivity__c" extensions="NewAndEditASEActivityController" id="page" lightningStylesheets="true" >
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:form id="form">
@@ -15,7 +8,7 @@
                 <apex:repeat value="{!layoutEncryptedAPIList}" var="encryptedAPI">
                     <apex:outputField html-data-id="{!encryptedAPI}" title="{!ApiPrefix}{!encryptedAPI}" value="{!ASEActivity__c[encryptedAPI]}" />
                 </apex:repeat>
-                <apex:outputField html-data-id="ReporterASE__c}" title="{!ApiPrefix}ReporterASE__c" value="{!ASEActivity__c['ReporterASE__c']}" />
+                <!-- <apex:outputField html-data-id="ReporterASE__c}" title="{!ApiPrefix}ReporterASE__c" value="{!ASEActivity__c['ReporterASE__c']}" /> -->
             </apex:pageBlockSection>
             <script>
                 var config = {
@@ -31,9 +24,9 @@
                 function QuerySobjectFromAWS() {
                     console.log('AWSDataId:'+'{!AWSDataId}')
                     AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token);
-                    if('{!contactAWS}' != null && '{!contactAWS}' != ''){
-                        AWSService.query(staticResourcesContact .queryUrl, '{!contactAWS}', queryContactBack, staticResources.token);
-                    }
+                    // if('{!contactAWS}' != null && '{!contactAWS}' != ''){
+                    //     AWSService.query(staticResourcesContact .queryUrl, '{!contactAWS}', queryContactBack, staticResources.token);
+                    // }
                 }
                                 
                 var queryContactBack = function queryContactBack(data){

--
Gitblit v1.9.1