You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Implementation: Let's say we have a Space with top stories components. One for articles tagged with "kitchen tools", another for those tagged with "shoes". If an article has the tag "kitchen tools", the Logic for the "kitchen tools" will have the active class and be visible in Edit mode. If the article doesn't have any of those tags, the "kitchen tools" top stories component will be active anyway. If there is no active logic for the page, clay-space-edit will designate the first logic in the Space to be active, which happens to be the "kitchen tools" Logic.
This is confusing for the user. There is no language in the UI that describes this behavior (and I don't think there should be, it would clutter the UI). I think this is why a rogue user has been deleting Space Logics from articles, leaving Spaces empty, and triggering errors.
Maybe we should have some placeholder text in lieu of any visible Logic, that says "This Space has no Active Logics". Users will still be able to edit Logic via the "Edit Space" button.
The text was updated successfully, but these errors were encountered:
Current Implementation: Let's say we have a Space with
top stories
components. One for articles tagged with "kitchen tools", another for those tagged with "shoes". If an article has the tag "kitchen tools", the Logic for the "kitchen tools" will have theactive
class and be visible in Edit mode. If the article doesn't have any of those tags, the "kitchen tools"top stories
component will be active anyway. If there is no active logic for the page,clay-space-edit
will designate the first logic in the Space to be active, which happens to be the "kitchen tools" Logic.This is confusing for the user. There is no language in the UI that describes this behavior (and I don't think there should be, it would clutter the UI). I think this is why a rogue user has been deleting Space Logics from articles, leaving Spaces empty, and triggering errors.
Maybe we should have some placeholder text in lieu of any visible Logic, that says "This Space has no Active Logics". Users will still be able to edit Logic via the "Edit Space" button.
The text was updated successfully, but these errors were encountered: