add pagination approval flows
This commit is contained in:
@@ -368,7 +368,7 @@ func (p *NotificationProcessorImpl) SendOutgoingLetterNotification(ctx context.C
|
||||
}
|
||||
|
||||
// Build notification URL for outgoing letters
|
||||
url := fmt.Sprintf("/en/apps/surat-menyurat/keluar-detail/%s", letterID.String())
|
||||
url := fmt.Sprintf("/en/apps/surat-keluar-detail/%s", letterID.String())
|
||||
|
||||
// Use workflow ID from config (defaults to "notification-dashbpard")
|
||||
workflowID := p.workflowID
|
||||
|
||||
Reference in New Issue
Block a user