Skip to content

Commit

Permalink
fix bug where job title for direct jobs where hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Simen Støa committed Nov 9, 2021
1 parent 84acaa2 commit 627d93d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class DirectAsiceGenerator : AsiceGenerator
{
public static DocumentBundle CreateAsice(Job job, X509Certificate2 certificate, IAsiceConfiguration asiceConfiguration)
{
var manifest = new Manifest("Job title", job.Sender, job.Documents, job.Signers)
var manifest = new Manifest(job.Title, job.Sender, job.Documents, job.Signers)
{
AuthenticationLevel = job.AuthenticationLevel,
IdentifierInSignedDocuments = job.IdentifierInSignedDocuments
Expand Down
Empty file.
Binary file added Digipost.Signature.Api.Client.Program/seid2.cer
Binary file not shown.

0 comments on commit 627d93d

Please sign in to comment.