-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSP-7069 : Show ACQ team (organization) in filter by ACQ team in Acqu… #3566
Conversation
…isition List View
✅ No secrets were detected in the code. |
Codecov Report
@@ Coverage Diff @@
## dev #3566 +/- ##
==========================================
+ Coverage 69.51% 69.52% +0.01%
==========================================
Files 1369 1369
Lines 33634 33661 +27
Branches 6252 6260 +8
==========================================
+ Hits 23380 23404 +24
- Misses 10003 10005 +2
- Partials 251 252 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -206,14 +206,14 @@ public IActionResult GetAcquisitionFileOwners([FromRoute] long id) | |||
[HasPermission(Permissions.AcquisitionFileView)] | |||
[HasPermission(Permissions.ContactView)] | |||
[Produces("application/json")] | |||
[ProducesResponseType(typeof(IEnumerable<PersonModel>), 200)] | |||
[ProducesResponseType(typeof(IEnumerable<AcquisitionFileTeamModel>), 200)] | |||
[SwaggerOperation(Tags = new[] { "acquisitionfile" })] | |||
public IActionResult GetAcquisitionTeamMembers() | |||
{ | |||
// TODO: This endpoint needs to be fixed to support ORGANIZATIONS as team members (which were introduced by PSP-6960) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this todo appears to have been addressed, can it be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
newModel.projectNameOrNumber = model.projectNameOrNumber; | ||
newModel.searchBy = model.searchBy; | ||
newModel.pin = model.pin; | ||
newModel.pid = model.pid; | ||
newModel.address = model.address; | ||
console.log(model); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log and debugger should be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
} | ||
|
||
var filterOrgItems = options.filter(option => String(option.id).startsWith(selector)); | ||
console.log(filterOrgItems); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
✅ No secrets were detected in the code. |
1 similar comment
✅ No secrets were detected in the code. |
…isition List View