-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3439 from the-events-calendar/fix/sl-248-seating-…
…license-check [SL-248] Hide seating settings when license is not valid.
- Loading branch information
Showing
5 changed files
with
99 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: minor | ||
Type: fix | ||
|
||
Hide seating reservation settings when seating license is not valid. [SL-248] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
...Test__test_seating_reservation_setting_not_included_with_invalid_license__0.snapshot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"ticket-authentication-requirements": { | ||
"type": "checkbox", | ||
"label": "Require Login" | ||
}, | ||
"ticket-telemetry-optin-heading": { | ||
"type": "html", | ||
"html": "<h3 id=\"event-tickets-telemetry-settings\">Telemetry</h3>" | ||
}, | ||
"opt-in-status": { | ||
"type": "checkbox_bool", | ||
"label": "Opt in to Telemetry", | ||
"tooltip": "Enable this option to share usage data with Event Tickets and StellarWP. <a href=\" https://evnt.is/1bcl \">What permissions are being granted?</a> <a href=\" https://evnt.is/1bcm \">Read our Terms of Service</a> <a href=\" https://evnt.is/1bcn \">Read our Privacy Policy</a>", | ||
"default": false, | ||
"validation_type": "boolean" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...ings_Test__test_seating_reservation_setting_not_included_with_no_license__0.snapshot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"ticket-authentication-requirements": { | ||
"type": "checkbox", | ||
"label": "Require Login" | ||
}, | ||
"ticket-telemetry-optin-heading": { | ||
"type": "html", | ||
"html": "<h3 id=\"event-tickets-telemetry-settings\">Telemetry</h3>" | ||
}, | ||
"opt-in-status": { | ||
"type": "checkbox_bool", | ||
"label": "Opt in to Telemetry", | ||
"tooltip": "Enable this option to share usage data with Event Tickets and StellarWP. <a href=\" https://evnt.is/1bcl \">What permissions are being granted?</a> <a href=\" https://evnt.is/1bcm \">Read our Terms of Service</a> <a href=\" https://evnt.is/1bcn \">Read our Privacy Policy</a>", | ||
"default": false, | ||
"validation_type": "boolean" | ||
} | ||
} |