Expand my Community achievements bar.

SOLVED

content fragment created from particular model should not save until authored

Avatar

Level 7

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

Ronnie09_0-1668675640063.png

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

@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