Skip to content
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

[MERGE][IMP] survey : add datetime format and various improvements #29054

Closed
wants to merge 2 commits into from

Conversation

dbeguin
Copy link
Contributor

@dbeguin dbeguin commented Nov 27, 2018

Purpose of this merge is to add support of both date and datetime questions
in survey. Validation and check is added accordingly to current survey
question type support.

In this merge we also add some various improvements

  • Change the default value of the Validation Error message on
    the Date : "The answer you entered is not valid."
  • If long page, click on next and one error, the page should go up
    to allow the visitor to see where the error is.

This merge is related to task ID 1911291 and closes PR #29054.

@C3POdoo C3POdoo added the RD research & development, internal work label Nov 27, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 9b538b6 to 8a73c9d Compare November 27, 2018 09:15
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Nov 27, 2018
@dbeguin dbeguin changed the title Master survey improvements dbe [IMP] survey : adds date format and various improvements Nov 27, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 8a73c9d to 5fb9b61 Compare November 30, 2018 12:37
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Nov 30, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 5fb9b61 to ccd2db7 Compare November 30, 2018 14:15
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Nov 30, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from ccd2db7 to 7f85f38 Compare December 4, 2018 16:01
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Dec 4, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 7f85f38 to c6f92b6 Compare December 6, 2018 10:05
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Dec 6, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from c6f92b6 to 5e9723b Compare December 6, 2018 13:14
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Dec 6, 2018
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Dec 6, 2018
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 6203593 to ae66b87 Compare December 7, 2018 09:27
tde-banana-odoo pushed a commit to odoo-dev/odoo that referenced this pull request Jan 17, 2019
During cleaning from ee2631c,
as the kwargs were removed from arguments for some routes,
debug mode was not accessible anymore as ?debug=x is, de facto,
a post argument.

This commit restores debug mode by restoring kwargs in those routes.

Fix commit from task ID 1911586 and PR odoo#28986
Integrated in task ID 1911291 and PR odoo#29054
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Jan 17, 2019
robodoo pushed a commit that referenced this pull request Jan 17, 2019
During cleaning from ee2631c,
as the kwargs were removed from arguments for some routes,
debug mode was not accessible anymore as ?debug=x is, de facto,
a post argument.

This commit restores debug mode by restoring kwargs in those routes.

Fix commit from task ID 1911586 and PR #28986
Integrated in task ID 1911291 and PR #29054
robodoo pushed a commit that referenced this pull request Jan 17, 2019
During cleaning from ee2631c,
as the kwargs were removed from arguments for some routes,
debug mode was not accessible anymore as ?debug=x is, de facto,
a post argument.

This commit restores debug mode by restoring kwargs in those routes.

Fix commit from task ID 1911586 and PR #28986
Integrated in task ID 1911291 and PR #29054
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 441642d to 7a315ec Compare January 18, 2019 11:12
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses and removed CI 🤖 Robodoo has seen passing statuses labels Jan 18, 2019
- Change the default value of the Validation Error message on
    the Date : "The answer you entered is not valid."
- If long page, click on next and one error, the page should go up
    to allow the visitor to see where the error is.

Task ID : 1911291
Closes PR odoo#29054
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 7a315ec to 720f366 Compare January 23, 2019 13:04
@robodoo robodoo removed the CI 🤖 Robodoo has seen passing statuses label Jan 23, 2019
to be able to choose between asking for a date or a date with time,
a datetime question type is now added.

Task ID : 1911291
Closes PR odoo#29054
@dbeguin dbeguin force-pushed the master-survey-improvements-dbe branch from 720f366 to 3504e77 Compare January 23, 2019 13:28
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Jan 23, 2019
@tde-banana-odoo
Copy link
Contributor

@robodoo r+

@robodoo
Copy link
Contributor

robodoo commented Jan 25, 2019

Because this PR has multiple commits, I need to know how to merge it:

  • merge to merge directly, using the PR as merge commit message
  • rebase-merge to rebase and merge, using the PR as merge commit message
  • rebase-ff to rebase and fast-forward

@tde-banana-odoo
Copy link
Contributor

@robodoo rebase-merge with some fries and a soda.

robodoo pushed a commit that referenced this pull request Jan 25, 2019
- Change the default value of the Validation Error message on
    the Date : "The answer you entered is not valid."
- If long page, click on next and one error, the page should go up
    to allow the visitor to see where the error is.

Task ID : 1911291
Closes PR #29054
robodoo pushed a commit that referenced this pull request Jan 25, 2019
to be able to choose between asking for a date or a date with time,
a datetime question type is now added.

Task ID : 1911291
Closes PR #29054
robodoo added a commit that referenced this pull request Jan 25, 2019
Purpose of this merge is to add support of both date and datetime questions
in survey. Validation and check is added accordingly to current survey
question type support.

In this merge we also add some various improvements

 * Change the default value of the Validation Error message on
   the Date : "The answer you entered is not valid."
 * If long page, click on next and one error, the page should go up
   to allow the visitor to see where the error is.

This merge is related to task ID 1911291 and closes PR #29054.
@robodoo
Copy link
Contributor

robodoo commented Jan 25, 2019

Merge method set to rebase and merge, using the PR as merge commit message

@robodoo
Copy link
Contributor

robodoo commented Jan 25, 2019

Merged, thanks!

@robodoo robodoo closed this Jan 25, 2019
@tde-banana-odoo tde-banana-odoo deleted the master-survey-improvements-dbe branch February 18, 2019 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants