Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Contribution: Review is incorrect when contribution has been accepted #283

Closed
FinnWoelm opened this issue Feb 1, 2019 · 2 comments
Closed
Assignees
Labels

Comments

@FinnWoelm
Copy link
Contributor

When a contribution has been accepted, the information on the review tab becomes incorrect because it shows the delta of files in contribution to files in last revision (which becomes 0 when accepting the contribution).

Possible fix: Hide review tab when contribution has been accepted?

@FinnWoelm FinnWoelm added the bug label Feb 1, 2019
@FinnWoelm FinnWoelm self-assigned this Feb 17, 2019
@FinnWoelm
Copy link
Contributor Author

Better solution is to allow users to view accepted changes: See #284

FinnWoelm added a commit that referenced this issue Feb 17, 2019
When a contribution has been accepted, show the accepted changes on the
contribution's review page.

Resolves [#284](https://github.com/OpenlyOne/openly/issues/284)
Fixes [#283](https://github.com/OpenlyOne/openly/issues/283)
FinnWoelm added a commit that referenced this issue Feb 17, 2019
Contribution: Track accepted revision

Add a column `accepted_revision_id` to keep track of the revision
created for accepting the contribution. For now the column is used to
display an accurate list of accepted changes in the review tab for
accepted contributions. This column also replaces the now redundant
`is_accepted` column.

Resolves [#284](https://github.com/OpenlyOne/openly/issues/284)
Fixes [#283](https://github.com/OpenlyOne/openly/issues/283)
@FinnWoelm
Copy link
Contributor Author

Fixed by #331

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant