content fragment created from particular model should not save until authored | Community
Skip to main content
New Participant
November 17, 2022
Solved

content fragment created from particular model should not save until authored

  • November 17, 2022
  • 1 reply
  • 497 views

I am trying to make content fragments made from a particular model, content author need to author that Content Fragment they cant save this



Disabling this Done Button

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by krati_garg

@ronnie09 

Content Fragment creation and Content Fragment authoring is a two - step process.

 

If you want to make this as a one step process. You will have to write custom logic, as this kind of usecase is rare and not configurable.

As shown in above snippet, you can directly go into the Content Fragment by clicking the Open button and author the Content. 

You can control this by Front End Logic. Capturing the DOM elements and leading the user to Fragment Authoring page. 

You might have to hide Done button, in Success alert shown in above screen shot. And disable any option which could allow user to close this Success Alert Message

1 reply

krati_garg
krati_gargAccepted solution
Employee
November 17, 2022

@ronnie09 

Content Fragment creation and Content Fragment authoring is a two - step process.

 

If you want to make this as a one step process. You will have to write custom logic, as this kind of usecase is rare and not configurable.

As shown in above snippet, you can directly go into the Content Fragment by clicking the Open button and author the Content. 

You can control this by Front End Logic. Capturing the DOM elements and leading the user to Fragment Authoring page. 

You might have to hide Done button, in Success alert shown in above screen shot. And disable any option which could allow user to close this Success Alert Message