Account created on 7 January 2011, over 13 years ago
#

Recent comments

πŸ‡¨πŸ‡¦Canada bohemier

Since it seems there is no media library browser plugin yet, I wonder why does the module page say: Also provides a 'Remote URL' browser plugin for Media? There is also a feature opened to support an entity browser plugin here https://www.drupal.org/project/remote_stream_wrapper/issues/3066734 β†’

πŸ‡¨πŸ‡¦Canada bohemier

I find that this module fixes some long-time inconsistencies, especially with the handling of title.

Is there a reason for having #access=false by default? Doesn't this defeat the purpose of the module? After setting a field formatter for title, a user would expect that field to be displayed, just like the OP mentioned.

Or perhaps there could be a configuration form somewhere to allow access?

Thanks!

πŸ‡¨πŸ‡¦Canada bohemier

This patch is very useful as it provides a filename token and clarifies what basename is (filename with extension).

πŸ‡¨πŸ‡¦Canada bohemier

Agreed this should be explained on the project page.

As for merging the functionalities with core Workflows, this would be ideal but AFAICT the 2 modules are architecturally very different, so I am not sure if this is feasible... Personally, I prefer the way this one (Workflow) works, having a more generalized workflow per field & entity approach. It allows for greater flexibility and expandability.

πŸ‡¨πŸ‡¦Canada bohemier

Thanks for the patch, without it, it is impossible to handle securing private files outside of the webroot with the open_basedir directive. After applying it, wet can set private and tmp using relative directories, such as:

```
$settings['file_private_path'] = '../../private';
$settings['file_temp_path'] = '../../tmp';
```

πŸ‡¨πŸ‡¦Canada bohemier

Here is a patch with a rebase of the above MR with the current 6.x-dev

πŸ‡¨πŸ‡¦Canada bohemier

Setting default option value to "1" to keep consistency with existing sliders.

πŸ‡¨πŸ‡¦Canada bohemier

Patch attached

πŸ‡¨πŸ‡¦Canada bohemier

See this https://www.drupal.org/project/workflow/issues/2852293#comment-15090752 πŸ’¬ Is Workflow redundant now that Content Moderation+Workflows is in core? Active

πŸ‡¨πŸ‡¦Canada bohemier

AFAIK, there are 2 key differences between this module and the core Workflows module:

1- Workflow access: Provides a way to control access to content according to their workflow state
2- Fieldable: This module allows a workflow state to be attached as a field to an entity. Though as mentioned by SocialNicheGuru, "Now there is the workflows_field module for core workflows (http://drupal.org/project/workflows_field)" I haven't tried that module.

πŸ‡¨πŸ‡¦Canada bohemier

Also getting this:

- install fillpdf, enable it
- I use pdftk. Not sure if other services result in the same error
- upload a fillable pdf in admin/structure/fillpdf

field mapping screen results in the mentioned php 8.1 compatibility errors with in_array function

Production build 0.69.0 2024