Skip to content

Commit

Permalink
Adding attachment storage type to project creation
Browse files Browse the repository at this point in the history
This was causing issues when I was creating projects on my local machine, I have tried to retrofit logic from the attachment settings user control, but you should be aware that the stored procedure to create projects fails as this parameter is not specified in the unchanged code
  • Loading branch information
Joro Daveis committed Aug 22, 2016
1 parent eb83558 commit ddf9b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BugNET.Entities/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Project()
///// Gets or sets the type of the attachment storage.
///// </summary>
///// <value>The type of the attachment storage.</value>
//public IssueAttachmentStorageTypes AttachmentStorageType { get; set; }
public IssueAttachmentStorageTypes AttachmentStorageType { get; set; }

/// <summary>
/// Gets or sets the code.
Expand Down

0 comments on commit ddf9b49

Please sign in to comment.