Skip to content

[FW][FIX] web: avoid displaying noContentHelper after kanban quick_create - #57247

Closed
fw-bot wants to merge 1 commit into
odoo:masterfrom
odoo-dev:master-saas-13.5-kanban-nocontenthelper-lpe-DnPO-fw
Closed

[FW][FIX] web: avoid displaying noContentHelper after kanban quick_create#57247
fw-bot wants to merge 1 commit into
odoo:masterfrom
odoo-dev:master-saas-13.5-kanban-nocontenthelper-lpe-DnPO-fw

Conversation

@fw-bot

@fw-bot fw-bot commented Sep 8, 2020

Copy link
Copy Markdown
Contributor

Have a kanban with a filter
Quick create a record in one column that won't match the domain

Before this commit, the noContent helper was displayed. This was because
the count of the group was reset to zero after the web_read_group call.

After this commit, the noContent helper is not displayed.

Note that in the quick_create situation, the records are not re-fetched
i.e. there is no search_read after the read_group.

Task-id 2251734

Description of the issue/feature this PR addresses:

Current behavior before PR:

Desired behavior after PR is merged:

--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: #57066

Have a kanban with a filter
Quick create a record in one column that won't match the domain

Before this commit, the noContent helper was displayed. This was because
the count of the group was reset to zero after the web_read_group call.

After this commit, the noContent helper is not displayed.

Note that in the quick_create situation, the records are not re-fetched
i.e. there is no search_read after the read_group.

Task-id 2251734

X-original-commit: 0e12fa1
@robodoo robodoo added forwardport This PR was created by @fw-bot seen 🙂 labels Sep 8, 2020
@fw-bot

fw-bot commented Sep 8, 2020

Copy link
Copy Markdown
Contributor Author

Ping @kebeclibre, @aab-odoo
This PR targets master and is the last of the forward-port chain.

To merge the full chain, say

@fw-bot r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@aab-odoo

aab-odoo commented Sep 8, 2020

Copy link
Copy Markdown
Contributor

@fw-bot r+

@C3POdoo C3POdoo added the RD research & development, internal work label Sep 8, 2020
@robodoo robodoo added CI 🤖 Robodoo has seen passing statuses ☑ ci/runbot and removed ☐ ci/runbot labels Sep 8, 2020
robodoo pushed a commit that referenced this pull request Sep 8, 2020
Have a kanban with a filter
Quick create a record in one column that won't match the domain

Before this commit, the noContent helper was displayed. This was because
the count of the group was reset to zero after the web_read_group call.

After this commit, the noContent helper is not displayed.

Note that in the quick_create situation, the records are not re-fetched
i.e. there is no search_read after the read_group.

Task-id 2251734

closes #57247

X-original-commit: 0e12fa1
Signed-off-by: Aaron Bohy (aab) <aab@odoo.com>
@robodoo robodoo closed this Sep 8, 2020
@robodoo
robodoo temporarily deployed to merge September 8, 2020 20:43 Inactive
@fw-bot
fw-bot deleted the master-saas-13.5-kanban-nocontenthelper-lpe-DnPO-fw branch September 22, 2020 20:46
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 forwardport This PR was created by @fw-bot RD research & development, internal work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants