Closed (fixed)
Project:
Drupal Contributions
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Dec 2020 at 19:59 UTC
Updated:
29 Dec 2020 at 18:19 UTC
Jump to comment: Most recent
The config admin form stores the organization ID + title. The field is saved as a 'number' type but config get/set seems to still save the field value as a string.
drush cget drupal_contributions.settingsdrush contribution:fetch returns "Identifier must be of type int." errorCast the field value as an integer before saving config.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
markdorisonComment #4
zopa commentedComment #6
zopa commented