-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All the "delete" trashcan icons in the "Places" tab are disabled #27
Comments
Looking at the code (src/components/PlacesList.vue) it looks like it is checking "item.accountId" which is not in a Place item. It can be changed, but, at the moment, the place list doesn't return an account. A Place points to a Domain and the Domain has a sponsor. I could add the domain's sponsor accountId to the domain information that is returned with the place if that would make checking easier. |
This issue has been fixed in v1.1.3 |
I tried deleting yellow-narwhal. It wouldn't let me ("authorization failure:"). ... I then deleted the domain of the same name. And now the place name has the trashcan greyed out. |
Found another bug in Iamus. This should be closer to working in Iamus 2.3.3-20201114-356b273. |
E.g., display only mine; all trashcan icons are greyed out and don't work (don't' delete a place).
The text was updated successfully, but these errors were encountered: