igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
igor mashevskyi → changed the visibility of the branch 3492156-add-the-ability to active.
igor mashevskyi → changed the visibility of the branch 3492156-add-the-ability to hidden.
igor mashevskyi → created an issue.
I encountered the same issue. The patch https://git.drupalcode.org/project/permissions_by_term/-/merge_requests/... resolved the problem for some content edit form pages, but I continued experiencing the issue with other content types. Upon further investigation, I discovered that this error occurs when certain taxonomy fields are not displayed in the form.
After the latest changes in the patch, the issue should now be resolved.
igor mashevskyi → made their first commit to this issue’s fork.
igor mashevskyi → changed the visibility of the branch 3486978-add-possibility-for to active.
igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
igor mashevskyi → changed the visibility of the branch 3486978-add-possibility-for to hidden.
igor mashevskyi → changed the visibility of the branch 3486978-add-possibility-for to hidden.
igor mashevskyi → created an issue.
Hi
Yes, that's correct
I've prepared MR to make it easier to implement changes to the project branch
igor mashevskyi → made their first commit to this issue’s fork.
@dqd thanks for the comment
I've rechecked this issue and I still have it ("If we select the specific domain and click the Set as default link the theme is incorrectly set as default for all domains instead of just for the example domain")
But after applying the patch it works correctly
Could you please take a look at this issue one more time when you have time?
I had the same issue #17
I've resolved it with the following code
/**
* Implements hook_file_mimetype_mapping_alter().
*/
function module_name_file_mimetype_mapping_alter(array &$mapping) {
// Add text/plain mimetype for .po files.
$mapping['extensions']['po'] = 292;
}
This issue happens because Drupal can't define .po file mime-type
igor mashevskyi → created an issue.
igor mashevskyi → created an issue.
@anybody I've resolved the merge error, so MR is mergeable now
@anybody I've resolved the merge error, so MR is mergeable now
Hi guys, any updates here?
Can somebody check my changes?
Thank you in advance
Hi guys, any updates here?
Can somebody check my changes?
Thank you in advance
Hi guys, any updates here?
Can somebody check my changes?
Thank you in advance
Hi guys, any updates here?
Can somebody check my changes?
Thank you in advance
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
According to Drush 11 EOM https://www.drush.org/12.x/install/, I think these changes can be merged
Igor Mashevskyi → created an issue.
For exporting/importing commerce entities you can use the following module: https://www.drupal.org/project/commerce_sync →
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → made their first commit to this issue’s fork.
Wrote the test. I would be grateful if someone could check it.
Fixed patch from #4
Patch for 2.0.0-alpha1 version
Igor Mashevskyi → created an issue.
+
I'm working on it on my project. Hope I'll finish it soon
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → created an issue.
Igor Mashevskyi → made their first commit to this issue’s fork.
Igor Mashevskyi → created an issue.
Hi justin2pin,
I saw that task was assigned to you but I need this in my project now. So you can use my changes or create a new issue fork and ignore my changes.
Igor Mashevskyi → made their first commit to this issue’s fork.