Skip to content
Snippets Groups Projects

What about this.

1 unresolved thread

Closes #3436855

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • catch resolved all threads

    resolved all threads

  • Stephen Mustgrave
  • added 1 commit

    • 59d35ba1 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Alex Pott resolved all threads

    resolved all threads

  • 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;
  • catch added 1 commit

    added 1 commit

    • ff0bc3cd - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • catch added 1766 commits

    added 1766 commits

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    • 4cd433ce - Move messages css to Olivero's message library.

    Compare with previous version

  • Please register or sign in to reply
    Loading