Skip to content

Commit 7a694f7

Browse files
pablotr9Jesús Ángel
authored andcommitted
3.9.4-7.3.0 testing (#797)
1 parent c68f688 commit 7a694f7

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to the Wazuh app for Splunk project will be documented in this file.
44

5-
## Wazuh v3.9.4 - Splunk Enterprise v7.3.0 - Revision 34
5+
## Wazuh v3.9.4 - Splunk Enterprise v7.3.0 - Revision 35
66

77
### Added
88

SplunkAppForWazuh/appserver/static/js/controllers/settings/api/settingsApiCtrl.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ define(['../../module'], function(controllers) {
250250
!this.validUrl(form_url) ||
251251
!this.validUsername(form_apiuser)
252252
) {
253+
this.scope.$applyAsync()
253254
throw new Error('Invalid format. Please check the fields again')
254255
}
255256

@@ -281,6 +282,7 @@ define(['../../module'], function(controllers) {
281282
} catch (err) {
282283
if (typeof err === 'string' && err.startsWith('Unexpected Wazuh version')) {
283284
this.scope.validatingError.push(err)
285+
this.scope.$applyAsync()
284286
} else {
285287
this.notification.showErrorToast(err.message || err || 'Cannot save the API.')
286288
}

SplunkAppForWazuh/default/package.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[app]
22
version = 3.9.4
3-
revision = 34
3+
revision = 35
44

55
[wazuh]
66
version = 3.9.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "wazuh-splunk",
33
"version": "3.9.4",
4-
"revision": "34",
5-
"code": "34-2",
4+
"revision": "35",
5+
"code": "35-0",
66
"description": "Splunk app for Wazuh",
77
"main": "index.js",
88
"keywords": [

0 commit comments

Comments
 (0)