Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
fix: Showing confirm Terms of Use and cannot press confirm #86 (#91)
Browse files Browse the repository at this point in the history
* fix: Showing confirm Terms of Use and cannot press confirm #86
* update release description
* adding 'bugfix' prefix to changelog
* no comment ;)

Co-authored-by: David Zart
  • Loading branch information
SirBlaumann authored Nov 30, 2020
1 parent 0bef797 commit 24bf28c
Show file tree
Hide file tree
Showing 8 changed files with 2,406 additions and 1,228 deletions.
12 changes: 3 additions & 9 deletions Source/Extension.Voting/Markdown/VotingExtension_Description.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,9 @@ Democratize your backlog with Voting Extension. Ask your stakeholders to vote fo
For more detailed release notes please refer to our [release blog posts](https://www.aitgmbh.de/blog/).

- **Version "__BuildNumber__"**
- Introduction of voting types: backlog-based and query-based votings
- Limit votes per work item (in addition to limit per user)
- Support for fixed voting period: start and end date for a voting can be configured
- Summary of finished voting on admin page with possibility to copy to HTML
- Icon in vertical navigation
- Moved apply to backlog option to report page for terminated votings
- Bugfixes
- Solves problem that terms of use can not be confirmed
- "Assigned to" is displayed correctly

- Bugfixes
- Solves the problem that terms of use can not be confirmed

## Known Limitations

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Build and publish

## npm run publish-debug-package fails after enter personal access token

error: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument...


As a workaround, it is possible to build and publish in two steps.

npm run build-prod
npm run gallery-publish false

To get a deeper understanding about building and publishing see 'package.json'.
Loading

0 comments on commit 24bf28c

Please sign in to comment.