🇸🇪Sweden @Alsén

Account created on 20 December 2011, almost 13 years ago
#

Recent comments

🇸🇪Sweden Alsén

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)
🇸🇪Sweden Alsén

Add a setting for configuring redirect destination after login using BankID so that users can override the default /user redirect.

🇸🇪Sweden Alsén

thomas alsén → made their first commit to this issue’s fork.

🇸🇪Sweden Alsén

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?

🇸🇪Sweden Alsén

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?

🇸🇪Sweden Alsén

MigrateToolsCommands.php is moved in 6.0.2 from src/Commands/ to src/Drush/

Production build 0.71.5 2024