πŸ‡ΊπŸ‡ΈUnited States @davidmpickett

Account created on 20 February 2023, almost 2 years ago
#

Merge Requests

Recent comments

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

Just weighing in here that our users at the Department of Veterans Affairs are also confused by this behavior. Issue # 3469265 πŸ› Repeat setting is missing when editing a node Needs review also seems to be a duplicate of this issue.

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

Commenting for credit attribution

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

Comment for org credit

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

This seems like a good compromise. An additional enhancement to communicate this novel behavior to Site Builders might be to add some explanatory text to the Widget settings. Maybe something like:

Help text for URL field
The following default help text will be displayed for the URL field. "Start typing to find content or paste a URL and click on the suggestion below."
If you add your own help text in the field settings, it will display after the default help text.

This could be inserted between the Placeholder for URL and Placeholder for link text.

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

Modeling this on the Entity Relationship Diagram, here's a series of drop downs that might power workflow diagrams:

  • Chose Workflow to diagram
    • Workflow #1
    • Workflow #2
    • Workflow #3
  • Chose starting Workflow Element
    • Workflow State
    • Workflow Transition
  • Chose starting Workflow State/Transition
    • Draft
    • In Review
    • Published
  • Chose depth

Starting from the Approved workflow state might look like this:

flowchart LR
A1(Draft)
A2(Draft)
B1(In review)
B2(In review)
C1(Approved)
C2(Approved)
C3(Approved)
D1(Published)
D2(Published)
E1(Archived)
E2(Archived)

A1 ~~~ C2 ~~~ A2
B1 -->|Approve| C2 ~~~ B2
C1 ~~~ C2 ~~~ C3
D1 ~~~ C2 -->|Publish| D2
E1 ~~~ C2 -->|Archive| E2

Starting from the Edit workflow transition might look like this:

Mermaid markdown:
flowchart LR
A(Draft)
B(In review)
D(Published)
E(Archived)
A -->|Edit| A
B -->|Edit| A
D -->|Edit| A
E -->|Edit| A

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

If and when there is support for adding a CMDocument for a base field ✨ CMDocument: Add support for documenting base fields Fixed , this display would be a great place to show/link to that documentation.

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

Added screenshots to show the fields that show up for a given bundle in the Content Model Fields view compared to the fields that show up when Managing the Form Display the same bundle

πŸ‡ΊπŸ‡ΈUnited States davidmpickett

I just encountered a bug on Content Model Fields that I think might be resolved by adding this plugin. For entity references that use views, they list the Target as "- via View filter entity_reference_1".

Entity_reference_1 is a generic placeholder. In order to figure out the actual Target, I need to go to the correct content type > manage fields > find the relevant field and click edit > scroll down to Reference type / View used to select the entities.

Screenshots attached

Production build 0.71.5 2024