- @orkut-murat-y%C4%B1lmaz opened merge request.
- First commit to issue fork.
- Status changed to Needs review
over 1 year ago 6:59am 18 May 2023 - Status changed to Needs work
over 1 year ago 1:30pm 18 May 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
Actually it still needs work. Changing core version values doesn't solve it. When I try to install after changing values, my whole Drupal installation crashes. I'll try to debug it today.
- @sakthi_dev opened merge request.
- Status changed to Needs review
over 1 year ago 12:06pm 1 June 2023 - Status changed to Needs work
over 1 year ago 8:08pm 1 June 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
I've downloaded @sakhti_dev's commit as a patch and applied it. After that, I've tried to install task module and it worked, as seen on screenshot. Thank you @sakhti_dev for your commit.
But after that, I've tried to install submodules of task, I got WSOD.
The submodules have D10 compatibility issues too:(
Best,
Orkut - Status changed to Needs review
over 1 year ago 4:50am 6 June 2023 - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - Status changed to Needs work
over 1 year ago 7:32pm 6 June 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
@chaitanyadessai, thanks for your contribution.
I've applied your patch and after that, I've tried to install the task module, but I've just faced the WSOD. When I check the Recent log messages, this is the error log, by php type:
Drupal\Core\Config\Schema\SchemaIncompleteException: Entity type 'Drupal\task\Entity\TaskClosureReason' is missing 'config_export' definition in its annotation in Drupal\Core\Config\Entity\ConfigEntityBase->toArray() (line 253 of /var/www/html/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php).
After checking the
/admin/modules
, I've noticed that the main task module appears installed.Then, I've installed the Task Note and Task Template submodules too.
Best,
Orkut - 🇹🇷Turkey orkut murat yılmaz Istanbul
Also, I've tried to create a Task Note Entity, on
/admin/structure/task_note_type/add
page, I've received the WSOD with this error on my recent log messages:Drupal\Core\Config\Schema\SchemaIncompleteException: Entity type 'Drupal\task_note\Entity\TaskNoteType' is missing 'config_export' definition in its annotation in Drupal\Core\Config\Entity\ConfigEntityBase->toArray() (line 253 of /var/www/html/web/core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php).
The message on
/admin/structure/task_note_type
is: There are no task note type entities yet.Best,
Orkut - Status changed to Needs review
over 1 year ago 5:34pm 8 June 2023 - 🇹🇷Turkey orkut murat yılmaz Istanbul
I did some revisions and added some lines to @chaitanyadessai's patch, saved the diff as v2.
After applying this patch version, installation goes smooth.
We still have the Task Note Entity creating problem, but should we solve it in this issue or should we open a new one?
I'd be glad if you guide me:)