- Issue created by @abx
- 🇩🇪Germany jurgenhaas Gottmadingen
This sounds like 2 different issues, unless I'm misreading it.
The field type change from text area to field field should be resolved by running
drush eca:update
. This updates all existing ECA models in a Drupal site if any plugin came with some changed configuration.The view argument issue is probably unrelated. But I also wonder where that error message comes from. I currently can't find the source of it in Drupal core. Any more detail that would help to identify what's going on, or even better to be able to reproduce it, is much appreciated.
The problem here is that when I enter the value in Text area before patched to Text field, I can put in 208 characters in it. (Token) Once patched, Text field default maxlength is only 128 characters, which cause this error.
I think that many arguments in the form of Token can be long and 128 characters might not be enough in some case. I think it's better to increase that value (if possible) to hold more characters. ( Search API did this here -> https://www.drupal.org/project/search_api_field_map/issues/3189604 → )
Thanks,
- last update
over 1 year ago 271 pass - @jurgenhaas opened merge request.
- 🇩🇪Germany jurgenhaas Gottmadingen
OK, got it. Will create an MR increasing the text field max length to 512.
- last update
over 1 year ago 284 pass - @jurgenhaas opened merge request.
- Status changed to Needs review
over 1 year ago 9:35am 5 May 2023 - Status changed to RTBC
over 1 year ago 11:01am 5 May 2023 - last update
over 1 year ago 284 pass -
jurgenhaas →
committed 3f98999c on 1.2.x
Issue #3357558 by jurgenhaas, abx: ECA Views Error with Argument can't...
-
jurgenhaas →
committed 3f98999c on 1.2.x
-
jurgenhaas →
committed 1d37d505 on 1.1.x
Issue #3357558 by jurgenhaas, abx: ECA Views Error with Argument can't...
-
jurgenhaas →
committed 1d37d505 on 1.1.x
- Status changed to Fixed
over 1 year ago 8:01am 8 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.