What about this.
1 unresolved thread
1 unresolved thread
Closes #3436855
Merge request reports
Activity
added 1 commit
- 4b226943 - Instead of str_replace(), rename the options.
- Resolved by catch
- Resolved by Alex Pott
185 * 186 * @param \Drupal\views\ViewEntityInterface $view 187 * The view to update. 188 * 189 * @return bool 190 * Whether the view was updated. 191 */ 192 public function updateTableAlignmentClasses(ViewEntityInterface $view): bool { 193 $displays = $view->get('display'); 194 $return = FALSE; 195 foreach ($displays as $display_id => $display) { 196 if ($display['display_plugin'] === 'table') { 197 foreach ($display['display_options']['fields'] as $field) { 198 if (isset($field['align'])) { 199 $displays[$display_id]['display_options']['fields']['align'] = str_replace('views-align-', '', $field['align']); 200 $return = TRUE; - Comment on lines +199 to +200
- Resolved by catch
added 1766 commits
-
ff0bc3cd...42b3b113 - 1755 commits from branch
project:11.x
- c9443383 - 1 earlier commit
- 47bc719c - Syntax error.
- 9d535350 - Add a comment.
- d93f7009 - Instead of str_replace(), rename the options.
- 4b7c7c1b - Add upgrade path
- c85a3200 - Add class bc layer to stable9.
- e0560fc8 - phpcs
- e5ec4e92 - Simpler options in the views config.
- b7edd55d - Apply 1 suggestion(s) to 1 file(s)
- a456f586 - Apply 1 suggestion(s) to 1 file(s)
- e60420cc - Add deprecation support.
Toggle commit list-
ff0bc3cd...42b3b113 - 1755 commits from branch
added 1 commit
- 4cd433ce - Move messages css to Olivero's message library.
Please register or sign in to reply