Content
View differences
Updated by Klaus Zanders almost 2 years ago
Currently when switching from private to public, the empty state of the list is not updated. We have added https://github.com/primer/view\_components/pull/2964 \[behavior to primer view components\](https://github.com/primer/view\_components/pull/2964) to support loading turbo responses, so this is now possible.
Steps to reproduce:
* Be a user that is allowed to manage public project lists (i.e. admin)
* Create a project list
* Open the share modal
* The empty state shows:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/119041/content">
* Make the list public using the toggle button
* Now the empty state should switch to:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/119042/content">
In the current version before applying this bug fix, the empty state does not change, in the version with the bug fix, the empty state changes. possible
Steps to reproduce:
* Be a user that is allowed to manage public project lists (i.e. admin)
* Create a project list
* Open the share modal
* The empty state shows:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/119041/content">
* Make the list public using the toggle button
* Now the empty state should switch to:
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/119042/content">
In the current version before applying this bug fix, the empty state does not change, in the version with the bug fix, the empty state changes.