Hi, after deleting all instances in database and running the following in a hook_update():
$manager = \Drupal::entityDefinitionUpdateManager();
$field = $manager->getFieldStorageDefinition('date', 'bookable_calendar_opening')
$manager->updateFieldStorageDefinition($field);
The table looks like this:
DESCRIBE `bookable_calendar_opening__date`;
+------------------+------------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------------+------------------+------+-----+---------+-------+
| bundle | varchar(128) | NO | MUL | | |
| deleted | tinyint(4) | NO | PRI | 0 | |
| entity_id | int(10) unsigned | NO | PRI | NULL | |
| revision_id | int(10) unsigned | NO | MUL | NULL | |
| langcode | varchar(32) | NO | PRI | | |
| delta | int(10) unsigned | NO | PRI | NULL | |
| date_value | int(11) | NO | MUL | NULL | |
| date_end_value | int(11) | NO | MUL | NULL | |
| date_duration | mediumint(9) | YES | | NULL | |
| date_rrule | int(11) | YES | MUL | NULL | |
| date_rrule_index | int(11) | YES | MUL | NULL | |
| date_timezone | varchar(32) | YES | | NULL | |
+------------------+------------------+------+-----+---------+-------+
12 rows in set (0.021 sec)
Add a setting for configuring redirect destination after login using BankID so that users can override the default /user
redirect.
thomas alsén → made their first commit to this issue’s fork.
Thanks guys!
Hi,
Thanks again @Vishal Kadam!
I've now updated bankid.module comment an pushed to branch 1.0.x.
Is there anything else I should fix?
I'm also wondering why the module release is not showing in https://localize.drupal.org/translate/languages/sv/translate?project=ban...
Do I need to do anything to get it to show?
Hi,
Thanks for your help @vishalkadam !
I have now fixed the phpcs errors and warnings and created a new release 1.0.5.
Is there anything else I should fix?
Thomas Alsén → created an issue.
Update patch for version 6.0.4.
Update patch for version 6.0.4.
MigrateToolsCommands.php is moved in 6.0.2 from src/Commands/ to src/Drush/