sundarraj.p โ created an issue.
Thanks, rudam and sakthi_dev for your help, Can you please suggest the procedure for how to test this fix made? because I am new to Drupal, and these kind of fixes.
Thanks for your support
Can anyone please provide a patch to increase it to 100 MB ?
Hi all,
Found the issue, the gutenberg module itself has been set to restrict media size greater than 10.48 MB
it is configured in 3 files
./bartik.gutenberg.yml
./js/settings.js
./settings.es6.js
attached the screenshots also please refer
sundarraj.p โ created an issue.
Hey johnv, Thanks for the help will proceed from here
yes johnv, for the below mentioned one
"is there any way that I can capture the workflow comments"
You should be able to display the 'workflow history' page: /drupal/nl/node/8/workflow .
I do see it in the tab which you have specified but is there any way that I can capture the workflow comment programmatically using hooks ?
Hi johnv,
Reg., the previous issue ., is there any way that I can capture the workflow comments and other workflow details like
1. the user who performed the task
2. which task did he do ? (example: Approved or Rejected)
3. what is the comment which he has given
This is for user specific notification purposes
example case : for the Author of the Article if the reviewer approves and forwards for publishing by another higher official
the Notification will be like : The Article (Title) has been reviewed by (name of the person who reviewed) on (the date and time of which the action was taken) and pending for publishing and the comment by the person is (comment).
this notification will be only sent for the author and not for the others involved in the workflow
Hi johnv,
my apologies for the late reply..
let me explain my use case,
For the same content type
1. The English (default language) content must go through the following workflow
from creation -> Person1 -> Person2 ->Publish
2. The Secondary language (Arabic) content must go through the following workflow
from creation -> Person3 -> Person4 ->Publish
is this possible ?
Thanks in advance
Thanks #2 works for me as well (this is in the case of workbench)
sundarraj.p โ created an issue.
sundarraj.p โ made their first commit to this issueโs fork.
this works for me kindly review it
sundarraj.p โ created an issue.