Account created on 13 June 2018, almost 7 years ago
#

Merge Requests

Recent comments

I’m unable to reproduce the issue as described. There is an update hook (piwik_pro_update_9102()) that writes the configurations, so they should not be null if the update has been applied. Additionally, after saving the configuration form, the configurations are always populated with the corresponding values.

Could it be that the workflow is more complex than described in the task? In any case, the fix seems fine.

dimas11 β†’ made their first commit to this issue’s fork.

I rebased the PR and fixed some code style and test script.
Good job, Rajeshreeputra!

dimas11 β†’ made their first commit to this issue’s fork.

I have an issue when a link to non default language "/en/student-stories" displayed as '/student-stories' on English pages.

I also encounter this issue. My case is:

There are two different nodes (Node1 and Node2) which has a custom field 'Event date' of type Date range;
Thees nodes has the same value for 'Event date'; like

"field_event_date" => array:1 [β–Ό
      "x-default" => array:1 [β–Ό
        0 => array:2 [β–Ό
          "value" => "2024-08-30T09:00:00"
          "end_value" => "2024-08-30T12:00:00"
        ]
      ]

The view has sorting by two criteria: 1) Content: Event date:end_value (asc); 2) Content: Event date (asc);
The view has a pagination;
There are some other nodes on the results: some of them before Node1 and Node2, some of them after;
When Node1 is the last node on the view page, then on the next page the same node is the first. Node2 is never shown;

This could be solved by adding an adding sort by entity ID

I have already old 81 patch installed, so to use updated 84 needs to bump up the library version. I added an updated patch.

We noticed that there was an error with Token and Hook event dispatcher module after using #6 patch with core 10.2.1. We reported it originally as an issue to Hook event dispatcher (#3414662), but then debugged it more and noticed that this patch in Token module was causing the following error when running cron or saving media of type remote_video:

Error: Call to undefined method Drupal\Core\Field\BaseFieldDefinition::get() in _field_tokens() (line 1790 of XXX/web/modules/contrib/token/token.tokens.inc)

DimaS11 β†’ made their first commit to this issue’s fork.

It is a patch from #60 but adopted for v.6.0.0-rc1

Production build 0.71.5 2024