Snippet Not Saving in View #226
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#226
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
Edit, or create a view. Select a snippet, then save.
The same can be done with templates and layouts.
Expected result
The snipped should be saved to the snippet field in the table.
Actual result
Snippet doesn't save to the snippet field in the table. It reverts back to the default when opening or creating a view, and the field is empty.
System information (as much as possible)
Additional comments
This is the expected behaviour since we are using many snippets that field is just like a preview and should not store the value. This also since we do not want the snippets to be exported with JCB packages but would instead want to insure that the snippets get installed via the getsnippets area.
So we do not want the snippets to be saved, it should be copied and placed in the
Default View
field and is anyway not used by the compiler.What is the reason you want to have the snippets saved?