From 3c1b52c147f709a884deaba8c388a342374cf93f Mon Sep 17 00:00:00 2001 From: Julian Pollak Date: Tue, 2 Apr 2024 11:57:11 +0200 Subject: [PATCH 1/2] fix permissions settings for roles are not exported --- ProcessExportProfile.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProcessExportProfile.module b/ProcessExportProfile.module index 2bed2e2..2f95914 100644 --- a/ProcessExportProfile.module +++ b/ProcessExportProfile.module @@ -1069,7 +1069,6 @@ class ProcessExportProfile extends Process { // create, but no data $options['excludeExportTables'] = array( 'field_roles', - 'field_permissions', 'field_email', 'field_pass', 'caches', @@ -1201,4 +1200,4 @@ class ProcessExportProfile extends Process { parent::___uninstall(); if($this->exportPath && is_dir($this->exportPath)) wireRmdir($this->exportPath); } -} \ No newline at end of file +} From 1599ffaea09f1f1b20ea520f1f10ecfd6ca38e80 Mon Sep 17 00:00:00 2001 From: Julian Pollak Date: Tue, 2 Apr 2024 12:01:13 +0200 Subject: [PATCH 2/2] fix newline at end of file --- ProcessExportProfile.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessExportProfile.module b/ProcessExportProfile.module index 2f95914..5fea63e 100644 --- a/ProcessExportProfile.module +++ b/ProcessExportProfile.module @@ -1200,4 +1200,4 @@ class ProcessExportProfile extends Process { parent::___uninstall(); if($this->exportPath && is_dir($this->exportPath)) wireRmdir($this->exportPath); } -} +} \ No newline at end of file