Commit 1ad4fa44 authored by Neil Drumm's avatar Neil Drumm 👋
Browse files

Issue #3265112 by fjgarlin, hestenet, drumm: Add note about future changes

parent 23a8ce1d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -924,7 +924,9 @@ function drupalorg_change_notice_views_default_views() {
  $handler->display->display_options['header']['text']['table'] = 'views';
  $handler->display->display_options['header']['text']['field'] = 'area';
  $handler->display->display_options['header']['text']['empty'] = TRUE;
  $handler->display->display_options['header']['text']['content'] = 'These draft change records reference <strong>Fixed</strong> or <strong>Closed (fixed)</strong> issues. They should be reviewed and published if appropriate.';
  $handler->display->display_options['header']['text']['content'] = '<em>⚠️ Per <a href="/project/drupalorg/issues/3293315">#3293315</a>, this view will become obsolete and be removed.</em>

These draft change records reference <strong>Fixed</strong> or <strong>Closed (fixed)</strong> issues. They should be reviewed and published if appropriate.';
  $handler->display->display_options['header']['text']['format'] = '1';
  $handler->display->display_options['defaults']['relationships'] = FALSE;
  /* Relationship: Entity Reference: Referenced Entity */
@@ -1291,7 +1293,9 @@ function drupalorg_change_notice_views_default_views() {
    t('Draft change records'),
    t('Change list page (review)'),
    t('Draft change records for fixed issues'),
    t('These draft change records reference <strong>Fixed</strong> or <strong>Closed (fixed)</strong> issues. They should be reviewed and published if appropriate.'),
    t('<em>⚠️ Per <a href="/project/drupalorg/issues/3293315">#3293315</a>, this view will become obsolete and be removed.</em>

These draft change records reference <strong>Fixed</strong> or <strong>Closed (fixed)</strong> issues. They should be reviewed and published if appropriate.'),
    t('Referenced issue'),
    t('Issue status'),
    t('Updates page'),