Account created on 28 June 2022, about 2 years ago
#

Merge Requests

Recent comments

Ahlam Aljawahreh β†’ changed the visibility of the branch 2.0.x to hidden.

I found that this module requires a transaction β†’ module that is not compatible with Drupal 10.

to solve this issue I added this to my project composer.json file

  "repositories": [
    {
        "type": "composer",
        "url": "https://packages.drupal.org/8",
        "exclude": [
            "drupal/transaction",
            "drupal/odoo_api"
        ]
    },
    {
        "type": "git",
        "url": "git@git.drupal.org:issue/odoo_api-3410173.git"
    },
    {
        "type": "git",
        "url": "git@git.drupal.org:issue/transaction-3299343.git"
    }
  ],
require: {
"drupal/odoo_api": "dev-3410173-drupal-10-compatibility"
}

Ahlam Aljawahreh β†’ changed the visibility of the branch 3410173-drupal-10-compatibility to active.

Ahlam Aljawahreh β†’ changed the visibility of the branch 2.0.x to hidden.

Ahlam Aljawahreh β†’ changed the visibility of the branch 3410173-drupal-10-compatibility to hidden.

Ahlam Aljawahreh β†’ changed the visibility of the branch 3410173-drupal-10-compatibility to active.

Ahlam Aljawahreh β†’ changed the visibility of the branch 3410173-drupal-10-compatibility to hidden.

I created a custom entity storage handler & custom table mapping for the inotify_notification entity type.

Production build 0.69.0 2024