You write: " This is not the right way to pass the view's shortcode argument:"
===>
It's while using Toolest Block view. With legacy views you can do that.
You then post two examples, and one would think the second one is the correct way of doing what you point out is wrong, but it's not, it's exactly the same. One would also think, when you point out there is something not right, you would explain what exactly is not right and why?
====>
I did not posted any example but what I find on your page.
See the related ticket where I've shared example how to use view's shortcode attribute:
- https://toolset.com/forums/topic/how-to-display-the-number-of-records-by-search-filter-2/#post-2804079
What I find on your page is this:
[wpv-view name="exercise-progress-graph" exerciseid="[tb-dynamic provider='toolset_relationship|exercise|parent' post='current' source='post-id' force-string='first' ]" progresstypeid="[types field='progress-type' output='normal'][/types]"]
As you can see you are passing blocks generated code as view's shortcode attribute:
exerciseid="[tb-dynamic provider='toolset_relationship|exercise|parent' post='current' source='post-id' force-string='first' ]"
This is not the correct way.
As for not seeing what you see, there is an autosave, which means you didn't actually save whatever you did. So, I won't see it until you actually save it, can you save it so I can see it?
===========>
You can either extend the auto-save interval by adding the folloiwing line of code to your wp-config.php file:
define('AUTOSAVE_INTERVAL', 600);
if you want to disable the auto save then you should try to add the following line of code to your wp-config.php file:
define('AUTOSAVE_INTERVAL', false);
More info:
- hidden link
You are making it difficult even for us and we can guide you but you should take decision soon where you want to use blocks and where legacy views. As instructed before, if you have hundreds of conditions and blocks I suggest you build the content template and views in legacy mode.
Now regarding your last reply:
- https://toolset.com/forums/topic/block-contains-unexpected-or-invalid-content-cant-be-recovered/#post-2804412
===========>
This is not corrupted but you see block is working as but the rendered output is link and added to column block so its block generated output in backend, its not couupted.