Ghost-Admin/app/validators
Kevin Ansfield 98270704d3 Updated newsletter management for switch to nullable `sender_name`
refs https://github.com/TryGhost/Team/issues/1513

- `sender_name` is now nullable with a fallback to the site title
- updated new-newsletter route
  - removed default setting of site title in `senderName` of the new newsletter instance
  - removed extra checks when showing unsaved changes modal as we no longer need to compare the `senderName` attribute against the site title
- updated newsletter preview so the sender name falls back to the site title
- updated sender name input placeholder to show the site title
- removed not-empty validation
- fixed the switch to "multiple newsletter" state in the background of the new-newsletter modal
  - problem was `displayingDefault` getter was looking at all active newsletters rather than just the filtered ones so it was counting the new-but-unsaved newsletter even though it wasn't displayed in the list
  - fixes layout glitch when the new-newsletter modal animates out after cancelling creation
2022-04-15 09:43:22 +01:00
..
mixins Updated error copy on setup page 2022-03-08 20:23:55 +00:00
base.js Refactored usage of `.get('property')` with es5 getters 2019-03-06 13:54:14 +00:00
custom-view.js Added default and custom post views (filters) to the admin sidebar (#1474) 2020-01-30 15:35:36 +00:00
integration.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
invite-user.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
label.js Added labels for Members (#1477) 2020-02-14 15:04:01 +05:30
member.js Fixed incorrect validation when member's name is too long 2020-05-11 11:40:38 +01:00
nav-item.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
new-user.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
newsletter.js Updated newsletter management for switch to nullable `sender_name` 2022-04-15 09:43:22 +01:00
offer.js Updated name validation for offer to restrict to 40 chars 2021-11-24 18:18:22 +05:30
post.js Updated specific tier visibility handling for posts/pages (#2233) 2022-02-01 12:24:06 +05:30
product-benefit-item.js Updated tier modal copy 2021-09-01 10:14:56 +02:00
product.js Added error handling for product details page 2021-05-10 19:18:30 +05:30
reset.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
setting.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
setup.js Updated error copy on setup page 2022-03-08 20:23:55 +00:00
signin.js Refactored usage of `.get('property')` with es5 getters 2019-03-06 13:54:14 +00:00
signup.js Update package.json details, rename module to `ghost-admin` 2016-06-03 16:12:54 +01:00
slack-integration.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
snippet.js Added max length validation to snippet's name field 2020-10-16 19:22:09 +01:00
subscriber.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
tag-settings.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
user.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00
webhook.js Switch from embor-browserify to ember-auto-import 2019-01-22 13:09:38 +00:00