Skip to content

Commit

Permalink
Merge pull request #1154 from nandhu-kumar/release-1.2.0.1
Browse files Browse the repository at this point in the history
MOSIP-29636
  • Loading branch information
Sohandey authored Oct 20, 2023
2 parents 5561986 + 8a6462b commit 016c3b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ DeviceSpecSearch:
"id": "$IGNORE$",
"name": "Webcam",
"brand": "Logitech",
"model": "C270",
"model": "$IGNORE$",
"deviceTypeCode": "CMR",
"minDriverversion": "2.086",
"minDriverversion": "$IGNORE$",
"description": "$IGNORE$",
"langCode": "$IGNORE$",
"isActive": "$IGNORE$",
Expand Down Expand Up @@ -88,6 +88,7 @@ DeviceSpecSearch:
endPoint: /v1/masterdata/devicespecifications/search
role: admin
templateFields: ["languageCode"]
checkErrorsOnlyInResponse: true
restMethod: post
inputTemplate: masterdata/DeviceSpecSearch/deviceSpecSearch
outputTemplate: masterdata/DeviceSpecSearch/deviceSpecSearchResult
Expand Down Expand Up @@ -117,7 +118,7 @@ DeviceSpecSearch:
"id": "$IGNORE$",
"name": "$IGNORE$",
"brand": "$IGNORE$",
"model": "C270",
"model": "$IGNORE$",
"deviceTypeCode": "$IGNORE$",
"minDriverversion": "$IGNORE$",
"description": "$IGNORE$",
Expand Down Expand Up @@ -531,9 +532,9 @@ DeviceSpecSearch:
"id": "$IGNORE$",
"name": "Webcam",
"brand": "Logitech",
"model": "C270",
"model": "$IGNORE$",
"deviceTypeCode": "CMR",
"minDriverversion": "2.086",
"minDriverversion": "$IGNORE$",
"description": "$IGNORE$",
"langCode": "$IGNORE$",
"isActive": "$IGNORE$",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ FetchAllTitle:
endPoint: /v1/masterdata/title/all
role: admin
restMethod: get
checkErrorsOnlyInResponse: true
inputTemplate: masterdata/FetchAllTitle/fetchAllTitle
outputTemplate: masterdata/FetchAllTitle/fetchAllTitleResult
input: '{
}'
output: '{
"data": [{
"isActive": true
}]
}'
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
{
"response": {
"data": [
{{#each data}}
{
"isActive": {{isActive}}
}
{{#unless @last}},{{/unless}}
{{/each}}
]
}
}
{}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SearchBlockListedWords:
{
"columnName": "word",
"type": "equals",
"value": "dumbo7",
"value": "dumbooo",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
Expand Down Expand Up @@ -48,7 +48,7 @@ SearchBlockListedWords:
{
"columnName": "word",
"type": "contains",
"value": "dumbo7",
"value": "dumbooo",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
Expand Down Expand Up @@ -85,7 +85,7 @@ SearchBlockListedWords:
{
"columnName": "word",
"type": "startsWith",
"value": "dumbo7",
"value": "dumbooo",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
Expand Down Expand Up @@ -158,7 +158,7 @@ SearchBlockListedWords:
{
"columnName": "word",
"type": "equals",
"value": "dumb7",
"value": "dumbooo",
"fromValue": "$REMOVE$",
"toValue": "$REMOVE$"
}
Expand Down

0 comments on commit 016c3b1

Please sign in to comment.