diff --git a/README.md b/README.md index 4826aec..340db27 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Lightning File Explorer
- + Deploy to Salesforce @@ -14,4 +14,4 @@ With the Lightning File Explorer, you can create and then view a hierarchy of yo https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000G12iVUAR ## Setup Guide -- [Setup and Configuration Guide](https://salesforce.quip.com/M45zATwr2795) \ No newline at end of file +- [Setup and Configuration Guide](https://salesforce.quip.com/M45zATwr2795) diff --git a/src/classes/qsyd_FileExplorerCommon.cls b/src/classes/qsyd_FileExplorerCommon.cls index a942e44..9c3fd93 100644 --- a/src/classes/qsyd_FileExplorerCommon.cls +++ b/src/classes/qsyd_FileExplorerCommon.cls @@ -41,7 +41,7 @@ global without sharing class qsyd_FileExplorerCommon { public static Boolean isFileExplorerEnabled() { Boolean isFileExplorerEnabled = [ SELECT Enable__c - FROM qsyd_FE__Lightning_File_Explorer__mdt + FROM Lightning_File_Explorer__mdt WHERE QualifiedApiName = :FILE_EXPLORER_SETTINGS_QUALIFIEDAPINAME ]?.Enable__c; @@ -60,4 +60,4 @@ global without sharing class qsyd_FileExplorerCommon { return hasLightningFileExplorerPermission || isAutomatedProcessUser; } -} \ No newline at end of file +} diff --git a/src/lwc/qsydModal/qsydModal.js-meta.xml b/src/lwc/qsydModal/qsydModal.js-meta.xml new file mode 100644 index 0000000..a2698e5 --- /dev/null +++ b/src/lwc/qsydModal/qsydModal.js-meta.xml @@ -0,0 +1,5 @@ + + + 48.0 + false + diff --git a/src/package.xml b/src/package.xml index df3a2f2..cac9414 100644 --- a/src/package.xml +++ b/src/package.xml @@ -1,4 +1,4 @@ -git add + Lightning File Explorer Unrestricted @@ -6,6 +6,7 @@ git add TriggerHandler TriggerHandler_Test qsydFileExplorerController + qsyd_FileExplorerCommon qsydFileExplorerControllerTest qsydFileExplorerTest qsyd_ContentDocumentTriggerHandler @@ -55,6 +56,7 @@ git add FileExplorerFolder__c.Label__c FileExplorerFolder__c.LinkedEntityId__c FileExplorerFolder__c.TemplateFolderId__c + Lightning_File_Explorer__mdt.Enable__c CustomField @@ -131,6 +133,13 @@ git add Search_No_results_for_category Search_Placeholder Search_Results + Action_Success_Messages_Delete_file + Action_Messages_File_Explorer_is_not_enabled + Action_Messages_Delete_file + Action_Error_Messages_Failed_to_insert_template + Action_Labels_Delete_file + Action_Headers_Delete_file + Detail_Messages_Version Tree_Labels_Home CustomLabel @@ -142,6 +151,7 @@ git add FileExplorerFile__c FileExplorerFolderTemplate__c FileExplorerFolder__c + Lightning_File_Explorer__mdt CustomObject @@ -188,6 +198,7 @@ git add FileExplorerFile__c.All FileExplorerFolderTemplate__c.All FileExplorerFolder__c.All + Lightning_File_Explorer__mdt.All_Fields ListView @@ -205,5 +216,9 @@ git add qsyd_Mockups StaticResource + + * + CustomMetadata + 51.0