Skip to content

Commit

Permalink
Merge pull request #1134 from mohanachandran-s/develop
Browse files Browse the repository at this point in the history
MOSIP-37943 - Removed the template field for search machine spec with model
  • Loading branch information
ckm007 authored Dec 6, 2024
2 parents 53d1a0d + 5c9a0c4 commit d0d665d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SearchMachineSpec:
uniqueIdentifier: TC_Masterdata_SearchMachineSpec_03
description: Search for machine spec details with condition column as model
role: admin
templateFields: ["description"]
templateFields: []
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
Expand Down Expand Up @@ -117,6 +117,7 @@ SearchMachineSpec:
"model": "1234",
"machineTypeCode": "$IGNORE$",
"minDriverversion": "3.2",
"description": "$IGNORE$",
"isActive": "$IGNORE$"
}]
}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"isActive": "{{isActive}}",
"id": "{{id}}",
"name": "{{name}}",
"description": "{{description}}",
"model": "{{model}}",
"brand": "{{brand}}",
"machineTypeCode": "{{machineTypeCode}}",
Expand Down

0 comments on commit d0d665d

Please sign in to comment.