Commit 0ad67051 authored by catch's avatar catch
Browse files

Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala,...

Issue #3270941 by quietone, ravi.shankar, yogeshmpawar, murilohp, bbrala, andypost: Remove Color module from the Standard profile
parent baa0ed68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,8 +64,6 @@ protected function getAvailablePaths() {
      'Bulk Export',
      'Chaos tools',
      'Chaos Tools (CTools) AJAX Example',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      'Comment',
      'Contact',
      'Content translation',
@@ -156,6 +154,8 @@ protected function getMissingPaths() {
      // Block is set not_finished in migrate_state_not_finished_test.
      'Block',
      'Breakpoints',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      'Contact translation',
      'Entity Translation Menu',
      'Entity Translation Upgrade',
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ protected function getAvailablePaths() {
      'Bulk Export',
      'Chaos Tools (CTools) AJAX Example',
      'Chaos tools',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      'Comment',
      'Contact',
      'Custom content panes',
@@ -159,6 +157,8 @@ protected function getMissingPaths() {
    return [
      'Aggregator',
      'Breakpoints',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      'Contact translation',
      'Entity Translation Menu',
      'Entity Translation Upgrade',
+2 −2
Original line number Diff line number Diff line
@@ -140,8 +140,6 @@ protected function getAvailablePaths() {
      'Block',
      'Book',
      'Chaos tools',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      'Comment',
      'Contact',
      'Content translation',
@@ -206,6 +204,8 @@ protected function getAvailablePaths() {
  protected function getMissingPaths() {
    return [
      'Aggregator',
      // @todo Remove Color in https://www.drupal.org/project/drupal/issues/3270899
      'Color',
      // @todo Remove RDF in https://www.drupal.org/node/3267515
      'RDF',
      'References',
+0 −2
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public function testPageCacheTags() {
      'user:' . $author_1->id(),
      'config:filter.format.basic_html',
      'config:node_type_list',
      'config:color.theme.bartik',
      'config:system.menu.account',
      'config:system.menu.tools',
      'config:system.menu.footer',
@@ -149,7 +148,6 @@ public function testPageCacheTags() {
      'node_view',
      'node:' . $node_2->id(),
      'user:' . $author_2->id(),
      'config:color.theme.bartik',
      'config:filter.format.full_html',
      'config:node_type_list',
      'config:system.menu.account',
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ protected function getAvailablePaths() {
    return [
      'Block',
      'Blog',
      'Color',
      'Comment',
      'Contextual links',
      'Dashboard',
@@ -135,6 +134,7 @@ protected function getAvailablePaths() {
   */
  protected function getMissingPaths() {
    return [
      'Color',
      'Forum',
    ];
  }
Loading