-
Notifications
You must be signed in to change notification settings - Fork 71
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
Update WG budget proposal details page shows blank #3994
Comments
I believe there is a problem when no lead is set. The WG should be hidden from the selection. However the proposal shows all details: https://dao-git-ephesus-joystream.vercel.app/#/proposals/preview/5 |
So this comes from the QN returning the update amount as a Try this on https://atlas-next.joystream.org/query-node/server/graphql: query {
proposals (where: { details_json: { isTypeOf_eq: "UpdateWorkingGroupBudgetProposalDetails" } }) {
details {
...on UpdateWorkingGroupBudgetProposalDetails { amount }
}
}
} It's potentially a wide spread issue because although Pioneer expects strings since this change all the A quick fix here would be to just cast the amount to a I don't think this can be fixed long term on the client. @zeeshanakram3, @Lezek123 can you think of an easy fix on the QN for this ? |
Until #3995 is merged this env can be used to pass the crashing proposals: https://dao-git-fix-proposal-view-crash-joystream.vercel.app |
Env: https://dao-git-ephesus-joystream.vercel.app/#/proposals/current
Proposal: https://dao-git-ephesus-joystream.vercel.app/#/proposals/preview/12
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: