Skip to content

OBLS-935 Pick queue does not lock/refresh fast enough - #440

Open
adambalcerzak wants to merge 3 commits into
developfrom
feature/OBLS-935
Open

OBLS-935 Pick queue does not lock/refresh fast enough#440
adambalcerzak wants to merge 3 commits into
developfrom
feature/OBLS-935

Conversation

@adambalcerzak

Copy link
Copy Markdown
Collaborator

{lineCountLabel}: <Text style={[styles.chipText, styles.fontBold]}>{order.taskCount}</Text>
</Text>
</Chip>
{showAssignee && assigneeName ? (

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's always show it (if there is an assignee assigned)

Comment thread src/apis/picking.ts Outdated
`/facilities/${facilityId}/pick-tasks?${statuses.map((status) => `status=${encodeURIComponent(status)}`).join('&')}`
);
if (showAssigned !== undefined) {
query.push(`showAssigned=${showAssigned}`);

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed to excludeAssignedRequisitions. By default, send a excludeAssignedRequisitions=true, when Show assigned orders is toggled on, then send excludeAssignedRequisitions=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants