Tasks: change clicking on task to go directly to edit page

master
Andrew P Maney 5 years ago committed by Tom Hacohen
parent 8e542f6fd7
commit 059abe4807

@ -64,7 +64,7 @@ class PimMain extends React.PureComponent<PropsType> {
const itemUid = `${(event as any).journalUid}|${event.uid}`; const itemUid = `${(event as any).journalUid}|${event.uid}`;
this.props.history!.push( this.props.history!.push(
routeResolver.getRoute('pim.tasks._id', { itemUid })); routeResolver.getRoute('pim.tasks._id.edit', { itemUid }));
} }
public contactClicked(contact: ContactType) { public contactClicked(contact: ContactType) {

Loading…
Cancel
Save