You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem was discussed on the initial issue #43.
Following the same steps to reproduce, the user will not be able to vote and will get a "Error while voting" error.
As it was discussed on the issue, an investigation should be performed to see why the programming rights are needed in order to update the code or the documentation.
The text was updated successfully, but these errors were encountered:
* Investigate the need of programming rights #46
* Code changes
Migrated the code from IdeasVoteService to Java. Modified the JavaScript extension to make the call to the correct URL. Modified all the files that required the JS code.
* Added unit tests for DefaultIdeasManager
* [Misc] Code improvements
* [Misc] Code improvements
* [Misc] Code changes
* [Misc] Code changes
Created a new REST resource to update the supporters or opponents of a given Idea.
Refactored the IdeasManager code to reduce code duplication.
Separated the REST model from the domain Model. Created a Utility class to convert between the two.
Added a new public method to the IdeaManager for the removal of votes.
* [Misc] Code changes
* Deleted IdeasVoteResource but inregrated its functions in IdeasResource
* Use query parameter to determine if the vote is for or against
* Removed parameter from removeVote functions
* [Misc] Code improvements
* Changed the page comment on save to be more accurate
* Changed the Idea model slightly
* Removed the public acces modifier of the DefaultIdeasManagerTest class
* Fixed IdeasResource test
* When voting, used one request to the server rather than two
* [Misc] Upgrade Licensor dependency to 1.22.1
* [Misc] Code Changes
* Escaped translated strings in JS
The problem was discussed on the initial issue #43.
Following the same steps to reproduce, the user will not be able to vote and will get a "Error while voting" error.
As it was discussed on the issue, an investigation should be performed to see why the programming rights are needed in order to update the code or the documentation.
The text was updated successfully, but these errors were encountered: