dimas11 β created an issue.
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.
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.
A patch for 2.1.0 version
Patch #3 fixed issue for me
heikkiy β credited dimas11 β .
Patch updated for v.2.0.9
dimas11 β made their first commit to this issueβs fork.
Ρ => ts
For example ΡΠ°ΡΡ => tsar
I have an issue when a link to non default language "/en/student-stories" displayed as '/student-stories' on English pages.
heikkiy β credited DimaS11 β .
DimaS11 β made their first commit to this issueβs fork.
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
The same patch for v.8.x-1.0-rc17
I have already old 81 patch installed, so to use updated 84 needs to bump up the library version. I added an updated patch.
I have encountered the same issue on Drupal v10.1.2
The patch #8 resolved it!
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)
Added condition to fix an error on media remote_video entities
#3 Is really works. Here is a patch.
DimaS11 β created an issue.
DimaS11 β made their first commit to this issueβs fork.
DimaS11 β made their first commit to this issueβs fork.
DimaS11 β made their first commit to this issueβs fork.
It is a patch from #60 but adopted for v.6.0.0-rc1
DimaS11 β created an issue.
I have just set published_at as NULL on translation add form.