Skip to content

Commit

Permalink
Clicking a task goes directly to edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleLincoln committed Feb 28, 2020
1 parent d268c0f commit b961745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pim/PimMain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class PimMain extends React.PureComponent<PropsType> {
const itemUid = `${(event as any).journalUid}|${event.uid}`;

this.props.history!.push(
routeResolver.getRoute('pim.tasks._id', { itemUid }));
routeResolver.getRoute('pim.tasks._id.edit', { itemUid }));
}

public contactClicked(contact: ContactType) {
Expand Down

0 comments on commit b961745

Please sign in to comment.