I did an other simple test with a form with only a title, one muti value text and one file field and my workflow field (actions buttons).
I edit a node by adding two value of my text field and add one file. I press one of my action button, the form reload and I loose one of my text value. The second press on action button submit form correctly.
I saw no errors in console and log of drupal. Hope it helps !
Regarding the last problem I saw and explaned in #32, the first form load display my actions buttons with specific transitions label I configured in my workflow parameters. And the anormal second load form after first submittion displayed my actions button without my custom transition labels. I don't know if it can help...
Just a little thing : when I press on an action button of my workflow node field, I need to press twice on my action button to valid my node form. The first press, just refresh my form (without loosing my filled datas) and then the second press valid my form (I have no log error about the first press ?) It arrive only when I add a new value in my multiple field text and then an attached file in my node file field. If I do just one of this two things, I need just one press to valid form.
Do you have the same things with this kind of test ?
Sorry I have no automated tests.
I just shared my feeling regarding this module as you asked on the dedicated space !
I hope this module will still live as I love it ! Thanks for you great job support !
I use Workflow module for the same reasons of those posted on #13.
For my needs I used it in combination with Rules module to make email alerts when workflow states values are changing from one value to an other specific. In combination with Rules, an other use is to automaticaly set some node fields values regarding to the states values.
I love the easy way to build a complex workflow with an easy way to manage complex rights regarding the workflow states.
I love the dedicated workflow interface that show all of changing states historics of a node with timestamp and all user commentaries.
It is a generic module that can responds to a lot a usage so it's important to keep it with the same spirit !
I just tried and issue disappears !!!! Thanks a lot !
The only things I need now is a version stable 1.9 to put it on production !!!
Thanks again !
Now my status state came back to normal thanks !
Nevertheless, I have a new issue when accessing to my node form with error :
TypeError : workflow_node_current_state(): Argument #1 ($entity) must be of type Drupal\Core\Entity\EntityInterface, null given, called in web/modules/contrib/workflow/src/Entity/WorkflowTransition.php on line 854 in workflow_node_current_state() (line 420 of web/modules/contrib/workflow/workflow.module).
Thanks to give your time on those issues !
Just to inform you that the issue with status value of node field link to my workflow is still existing.
When I display this field value on a node list view, all of node status value are one of my transition label instead of one on my state value.
If you can check this point please ?
Hi, it's ok now with the last dev version ! Thanks a lot !!!
I saw that field base on a workflow contains now the workflow transition label value and no more the workflow state value. Is is something normal ?
Hi, Thanks for your work !
I just tested. If I click on "Add a new element" button on my multiple text field, it works now !
Nevertheless, if after I add a file in a file field of the same form, it doesn't works..... (ajax loading never end and message "Oops, something went wrong. Check your browser's developer console for more details" appears => ajax request return 500)
I did the test by load the file first (it works !) then click on "Add a new element" button on my multiple text field and same issue process => (ajax loading never end and message "Oops, something went wrong. Check your browser's developer console for more details" appears => ajax request return 500)
So it works the first time but not after...
There's not much missing I think !
To improve module, I can relay this 3 informations too return by a scan result :
web/modules/contrib/workflow/src/Entity/WorkflowTransition.php 1182 Calls to function dpm should not exist.
web/modules/contrib/workflow/src/Element/WorkflowTransitionElement.php 22 Class Drupal\workflow\Element\WorkflowTransitionElement extends deprecated class Drupal\Core\Render\Element\FormElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. use Drupal\Core\Render\Element\FormElementBase instead.
web/modules/contrib/workflow/src/Element/WorkflowTransitionTimestamp.php 19 Class Drupal\workflow\Element\WorkflowTransitionTimestamp extends deprecated class Drupal\Core\Render\Element\FormElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. use Drupal\Core\Render\Element\FormElementBase instead.
I try to precise things.
When you click on Add a new element button of a multiple text field, loading turn and no new text element appears... and a message appears up to the form : Oops, something went wrong. Check your browser's developer console for more details.
The original error message is visible only in logs of drupal with this 3 warnings :
Warning : Undefined array key "original_deltas" dans Drupal\Core\Field\WidgetBase->flagErrors() (web/core/lib/Drupal/Core/Field/WidgetBase.php line 576)
Warning : Trying to access array offset on value of type null dans Drupal\Core\Field\WidgetBase->flagErrors() (web/core/lib/Drupal/Core/Field/WidgetBase.php ligne 576)
Warning : Undefined array key "" dans Drupal\Core\Field\WidgetBase->flagErrors() (web/core/lib/Drupal/Core/Field/WidgetBase.php line 577)
I have this issue since workflow changed from v1.7 to v1.8.
Just to inform that with the last dev version, there is still this error :TypeError : Drupal\Core\Field\WidgetBase::errorElement(): Argument #1 ($element) must be of type array, null given, called in web/core/lib/Drupal/Core/Field/WidgetBase.php on line 580 in Drupal\Core\Field\WidgetBase->errorElement() (line 646 of web/core/lib/Drupal/Core/Field/WidgetBase.php
Thanks to have correcting this bug !
When I tried to delete a user, there is an error :
ArgumentCountError : Too few arguments to function Drupal\workflow\Hook\WorkflowEntityHooks::userDelete(), 1 passed in web/modules/contrib/workflow/workflow.entity.inc on line 77 and exactly 3 expected dans Drupal\workflow\Hook\WorkflowEntityHooks->userDelete() (line 225 of web/modules/contrib/workflow/src/Hook/WorkflowEntityHooks.php)
I use olivero theme. My workflow parameters are : No fieldset, display states with action buttons and comment field hide.
Thanks for your help.
With the last code update, previous error disappeared ! I reactivated the to state field in the manage form display page and save without error too. Now I can access my node form without the initial error !
Nevertheless, I have a new action button at end of node form with the label "choose a value" and others button actions corresponding to my worflow states. Is it normal to have this new action button ? As what I need is to display only buttons corresponding to my states as before !
Hi,
When I try to save the manage form display page, I have an error :
Error : Cannot access protected property Drupal\Core\Entity\Entity\EntityFormDisplay::$targetEntityType in Drupal\workflow\Hook\WorkflowEntityHooks->entityPresave() (line 71 of web/modules/contrib/workflow/src/Hook/WorkflowEntityHooks.php)
But no field are displaying. I tried to put to state field active and save but I have the same error.
I just updated code but I still have an error when accessing my node form :
TypeError : Drupal\workflow\Element\WorkflowTransitionElement::updateWidget(): Argument #1 ($haystack) must be of type array, null given, called in /web/modules/contrib/workflow/src/Element/WorkflowTransitionElement.php on line 194 in Drupal\workflow\Element\WorkflowTransitionElement::updateWidget() (line 273 of web/modules/contrib/workflow/src/Element/WorkflowTransitionElement.php).
Thanks for your help.
I have 3 states in my workflow but I have only actions buttons displayed in my node form.
With latest dev version (661a38d65d). The initial problem is coming back :
TypeError : count(): Argument #1 ($value) must be of type Countable|array, null given in _workflow_transition_form_get_action_buttons() (line 131 de web/modules/contrib/workflow/workflow.form.inc)
I tried the lastest dev version (c673e35f0b) and error change :
UnhandledMatchError : Unhandled match case true dans Drupal\workflow\Entity\Workflow->getStates() (line 357 of web/modules/contrib/workflow/src/Entity/Workflow.php).
There is a warning related too.
Warning : Undefined array key "#options" in _workflow_transition_form_get_action_buttons() (web/modules/contrib/workflow/workflow.form.inc line 126)
Thanks
dcoppel → created an issue.
This is strange as in my drupal dashboard there is those information now :
The definition of entities and/or fields does not correspond
The following changes were detected in the entity type and field definitions.
Workflow scheduled transition
The field Since the state needs to be updated.
The Toward State field needs to be updated.
Workflow transition
The field Since the state needs to be updated.
The Toward State field needs to be updated.
There is no database updates waiting. Any Suggestions ?
With the latest dev version (9197af8754), this error still exist. Thanks for your help.
With the latest dev version (9197af8754) this issue disapear ! Thanks a lot !
I still have an open issue with the same configuration, if you can see too ? The number is 3458984.
I will made a new post to make it up.
Thanks !
My settings on the page /admin/config/workflow/workflow/TYPE/form-display is that all fields (language, to state, timestamp, commentary) are disabled.
My setting for 'fieldset' is : No fieldset
My setting for 'How to show the states' is : Action buttons
Thanks for your help !
It would be great to make a new version of this package including compatibility with Drupal 11...
After upgrade doctrine/deprecations from 1.1.3 to 1.1.4 my drupal site crash with this error : Uncaught PHP Exception Drupal\\Component\\Plugin\\Exception\\PluginNotFoundException: "The "broken" plugin does not exist. Valid plugin IDs for Drupal\\views\\Plugin\\ViewsHandlerManager are: datetime, groupby_numeric, date, random" at myrootsite/web/core/lib/Drupal/Component/Plugin/Discovery/DiscoveryTrait.php line 53
Hi, I'm agree with you. I think it's the same issue that mine :
https://www.drupal.org/project/workflow/issues/3458984
🐛
TypeError: 'WidgetBase::errorElement(): Argument #1 ($element) must be of type array, null given, called in WidgetBase.php'
Active
But it seems that nobody works on it...
It seems that IEF with workflow is not the problem since I used dev version of v.1.8.
First when I upgraded from v.1.7 to dev version of v.1.8, Some fields like language, to state, timestamp and log message was activated in the manage form display menu of my workflow. So I desactivated them as I don't want to display them in my node form.
In my case I used actions button in my node form to change state to an other state status field of my node base on a workflow.
Node creation works perfectly when I use an administrator right. But when I try with a basic right, node creation crashes with the error message :
TypeError : Drupal\Core\Field\WidgetBase::errorElement(): Argument #1 ($element) must be of type array, null given, called in web/core/lib/Drupal/Core/Field/WidgetBase.php on line 580
Why did it work with an administrator right and crash with a basic right ?
With v.1.7 It works fine. Could you help me resolve this issue as I can't upgrade my all core drupal since this issue...
Regards,
@tidunz : thanks for your reply.
You are right ! It seems that adding the language field to @language.current_language_context:language_interface in email configuration works fine now !
Thanks a lot for your help !
Regards
Hi,
I have same error of @aitala by using token annotation in my email actions rules after update to version 4.
Thanks for help.
Thanks for your reply.
I was trying to put a default value like you said and the error is still the same. (in all my test the fields was not NULL)
I tried with dev version of module but the result is still the same.
I found a related issue
https://www.drupal.org/project/rules/issues/2849810 →
where aitala post the same issue the last 3 weeks.
I'm thinking that there is an issue to process token annotation by rules conditions.
Thanks for your help.
Regards
I still have this issue even with the dev version of workflow module. If it can help I use a node form including a IEF field referencing an other type node.
This error appears when I click from the original form to had a referencing IEF field and when the form of referencing IEF field appears in my original form I press IEF field cancel button to close it but errors appears and the IEF field form doesn't close.
There is other warning link to this error if it can help :
Undefined array key "original_deltas" in Drupal\Core\Field\WidgetBase->flagErrors() (...web/core/lib/Drupal/Core/Field/WidgetBase.php ligne 576)
Trying to access array offset on value of type null in Drupal\Core\Field\WidgetBase->flagErrors() (...web/core/lib/Drupal/Core/Field/WidgetBase.php ligne 576)
Undefined array key "" in Drupal\Core\Field\WidgetBase->flagErrors() (...web/core/lib/Drupal/Core/Field/WidgetBase.php ligne 577)
There is no issue with version 1.7 of workflow module.
Thanks for your help to resolve this issue.
Regards
I tried the new 10.3.1 core release and this issue still exist.
I have same issue than @iaacristobal.
It seems to work when I am creating my node with admin rights but when it is a simple user the fields displayed in form are those added from v.1.7 to v.1.8 in 'Manage form display'.
I don't know if it helps.
I saw in 'Manage form display' that three field added between v. 1.7 and 1.8 : To state, Timestamp and Log message that was activating.
I don't know if there is a link with the error...
Unfortunately, I have the same issue as @rfmarcelino :
TypeError : Drupal\Core\Field\WidgetBase::errorElement(): Argument #1 ($element) must be of type array, null given, called in /var/www/html/web/core/lib/Drupal/Core/Field/WidgetBase.php on line 580 dans Drupal\Core\Field\WidgetBase->errorElement() (ligne 646 de /var/www/drupalextranet/web/core/lib/Drupal/Core/Field/WidgetBase.php)
I check in 'Manage form display' of the workflow. I thank I was change nothing in this part but I saw in field "To state" that the value is set to "Inline Entity Form - Simple".
Let me know if you need more information to help.
Regards,
An issue was creating in rule module as it seems to be the problem : https://www.drupal.org/project/rules/issues/3456150 🐛 Upgrade to Drupal 10.3 - "plugin does not exist" Closed: duplicate
Same issue for me !
Hi @johnv,
I just install and test your last commit and the two problems I had seems to be correct now !
Thanks a lot !
Hi,
I use actions button in my workflow. And my field file is attached directly to my entity/node.
Let me know if you need more informations.
Thanks for your help.
Regards
Hi @johnv,
Thanks for your post.
I was intalled your patch but I have the same result.
1- Loading file : An error displayed after file load (Error: content has no workflow attached. The data is not saved.), this error is just up to file field but the file is loading fine.
2- I can submit the form for a new node but I can't submit the form when modifying the node : general form error message appears : This value can't be null.
Thanks for your help.
Hi @IGhosh,
Thanks to help us !
You can try to create a node type with a file field and a field type of workflow state.
Then you can create an other node type with only two text fields.
Then after installed IEF module, you can add in the first node type a field that refer to the the second node type (to add the fsecond form in the first one).
Then try to add a node base on first node type to see if it works.
Thanks for your help.
Regards
I have IEF fields too in my form like you Jaswinsingh !
dcoppel → created an issue.
Thanks for your reply.
I solved my issue by doing that was described on this page : https://drupal.stackexchange.com/questions/230156/how-can-you-completely...
After this action, removing computer_field and the issue when deleted a field was both solved !
Thanks for your help.
I tried to downgrade to version 3. If I delete a field, error is :
Drupal\Core\Database\DatabaseExceptionWrapper : SQLSTATE[42S02]: Base table or view not found: 1146 Table 'bdd.drupal_field_deleted_data_877caea112' doesn't exist: SELECT DISTINCT "t"."entity_id" AS "entity_id" FROM "drupal_field_deleted_data_877caea112" "t" WHERE "bundle" = :db_condition_placeholder_0 LIMIT 10 OFFSET 0; Array ( [:db_condition_placeholder_0] => bdd ) dans Drupal\Core\Entity\Sql\SqlContentEntityStorage->readFieldItemsToPurge() (ligne 1665 de core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Hi,
I copied modules/contrib/computed_field/src/Plugin/Field/FieldFormatter/ComputedStringFormatter.php from version 3 to version 4 of computed_field then I made a drush cr. After trying to delete a field I have the same issue. Is there something more to do ?
Thanks for your help.