Commit aec7043
committed
MB-59948 Allow notifications to be changed on >=7.2.3 EE
We previously added a check to ensure we only allow changing these
settings on EE clusters (or CE ones before 7.2.3). The check was correct
but we used a variable `self.enterprise` that was not being populated.
To fix we just tell the `rest_initialiser` decorator to populate it.
Change-Id: I7fc820268053c9c457f82ba533e03272c866f9a0
Reviewed-on: https://review.couchbase.org/c/couchbase-cli/+/202071
Reviewed-by: Safian Ali <safian.ali@couchbase.com>
Reviewed-by: Nour Elmenyawi <nour.elmenyawi@couchbase.com>
Reviewed-by: Maksimiljans Januska <maks.januska@couchbase.com>
Tested-by: Matt Hall <matt.hall@couchbase.com>
Well-Formed: Restriction Checker1 parent be4d48e commit aec7043
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3170 | 3170 | | |
3171 | 3171 | | |
3172 | 3172 | | |
3173 | | - | |
| 3173 | + | |
3174 | 3174 | | |
3175 | 3175 | | |
3176 | 3176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1424 | 1424 | | |
1425 | 1425 | | |
1426 | 1426 | | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
| 1430 | + | |
| 1431 | + | |
1427 | 1432 | | |
1428 | 1433 | | |
1429 | 1434 | | |
| |||
0 commit comments