-
Notifications
You must be signed in to change notification settings - Fork 98
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
WIP: allow editing of submission by the user #1690
base: main
Are you sure you want to change the base?
Commits on Jan 5, 2024
-
add new property allowEdit to forms
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89a93a2 - Browse repository at this point
Copy the full SHA 89a93a2View commit details -
adjust tests, add allowEdit=false
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21c04d9 - Browse repository at this point
Copy the full SHA 21c04d9View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 112d919 - Browse repository at this point
Copy the full SHA 112d919View commit details -
setting allowEdit can now be edited
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f4a478 - Browse repository at this point
Copy the full SHA 4f4a478View commit details -
if AllowEdit is enabled, allow editing and pass the original submissi…
…on to the client Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5b54a7 - Browse repository at this point
Copy the full SHA e5b54a7View commit details -
update Tests with answerMapper
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 821ef2b - Browse repository at this point
Copy the full SHA 821ef2bView commit details -
AllowEdit: Delete previous submissions by this user before submitting…
… new submission Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97f18f4 - Browse repository at this point
Copy the full SHA 97f18f4View commit details -
return selected values as a separate array
calculate the right id for the dropdown and radio buttons and checkboxes load answers into the UI Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ac7298 - Browse repository at this point
Copy the full SHA 7ac7298View commit details -
drop manual changes to the language files
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdcc303 - Browse repository at this point
Copy the full SHA fdcc303View commit details -
fix for tests with AnswerMapper
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 004cec5 - Browse repository at this point
Copy the full SHA 004cec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0b670 - Browse repository at this point
Copy the full SHA 1c0b670View commit details -
fix loading the answers in the browser
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c88c003 - Browse repository at this point
Copy the full SHA c88c003View commit details -
do not create a new answer but modify answer
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b71b866 - Browse repository at this point
Copy the full SHA b71b866View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e620204 - Browse repository at this point
Copy the full SHA e620204View commit details -
fix return type of findByFormAndUser
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56f850e - Browse repository at this point
Copy the full SHA 56f850eView commit details -
fix label for setting AllowEdit
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47d8e94 - Browse repository at this point
Copy the full SHA 47d8e94View commit details -
update answers instead of always adding new answers
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2aaeeb - Browse repository at this point
Copy the full SHA f2aaeebView commit details -
refactoring: add new function storeAnswersForQuestion
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26c696b - Browse repository at this point
Copy the full SHA 26c696bView commit details -
use specific api end point for updating submission
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0eccc99 - Browse repository at this point
Copy the full SHA 0eccc99View commit details -
throw Exceptions on wrong insert or update of submission
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a92477e - Browse repository at this point
Copy the full SHA a92477eView commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c163239 - Browse repository at this point
Copy the full SHA c163239View commit details -
QuestionMultiple: load values for checkboxes and radio buttons from p…
…revious submission Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b74589 - Browse repository at this point
Copy the full SHA 5b74589View commit details -
fix for loading no answers on first submission
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35e034a - Browse repository at this point
Copy the full SHA 35e034aView commit details -
add and implement delete button for form submission
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4baa61c - Browse repository at this point
Copy the full SHA 4baa61cView commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f98978 - Browse repository at this point
Copy the full SHA 9f98978View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28bacf3 - Browse repository at this point
Copy the full SHA 28bacf3View commit details -
fixes for storing answers after rebase
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee64859 - Browse repository at this point
Copy the full SHA ee64859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2f18a - Browse repository at this point
Copy the full SHA 4a2f18aView commit details -
fix typos in php code from merge
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dea217 - Browse repository at this point
Copy the full SHA 5dea217View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29c325 - Browse repository at this point
Copy the full SHA d29c325View commit details -
fix more issues with unit tests and psalm tests
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45f6bed - Browse repository at this point
Copy the full SHA 45f6bedView commit details -
fix according to coding standards
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5b4e1d - Browse repository at this point
Copy the full SHA c5b4e1dView commit details -
fix: creation of dynamic property OCA\Forms\Tests\Unit\Service\FormsS…
…erviceTest:: is deprecated Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02caa93 - Browse repository at this point
Copy the full SHA 02caa93View commit details -
The options allowEdit and submitMultiple exclude each other
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d331578 - Browse repository at this point
Copy the full SHA d331578View commit details -
small fixes for previous commit, enabling and disabling options in re…
…lation to allowEdit option Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f91e79d - Browse repository at this point
Copy the full SHA f91e79dView commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 226fe02 - Browse repository at this point
Copy the full SHA 226fe02View commit details -
add confirmation for deleting submission
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1124a97 - Browse repository at this point
Copy the full SHA 1124a97View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 995d9c3 - Browse repository at this point
Copy the full SHA 995d9c3View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d9dfa7c - Browse repository at this point
Copy the full SHA d9dfa7cView commit details -
fix comment block for function storeAnswersForQuestion
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dc0f79 - Browse repository at this point
Copy the full SHA 0dc0f79View commit details -
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd1eafa - Browse repository at this point
Copy the full SHA cd1eafaView commit details -
another small fix for ApiController
Signed-off-by: Timotheus Pokorra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d60b3c4 - Browse repository at this point
Copy the full SHA d60b3c4View commit details