Commit 7fba6423 authored by Matthias Vogel's avatar Matthias Vogel Committed by renatog
Browse files

Issue #3216406 by brenton, mvogel, julien.reulos, calbasi, jan.t.neurer,...

Issue #3216406 by brenton, mvogel, julien.reulos, calbasi, jan.t.neurer, hmendes, RenatoG: Invite type doesn't save its parameters
parent 5fe41f1c
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -18,16 +18,14 @@ use Drupal\invite\InviteTypeInterface;
 *   config_prefix = "invite_sender",
 *   admin_permission = "administer site configuration",
 *   entity_keys = {
 *     "id" = "id",
 *     "type" = "type",
 *     "name" = "name",
 *     "uuid" = "uuid",
 *     "id" = "id",
 *     "sending_methods" = "sending_methods",
 *   },
 *   config_export = {
 *     "id",
 *     "type",
 *     "name",
 *     "uuid",
 *     "id",
 *     "sending_methods" = "sending_methods",
 *   },
 * )
 */
+6 −2
Original line number Diff line number Diff line
@@ -25,14 +25,18 @@ use Drupal\invite\InviteTypeInterface;
 *   config_prefix = "invite_type",
 *   admin_permission = "administer site configuration",
 *   entity_keys = {
 *     "uuid" = "uuid",
 *     "id" = "id",
 *     "label" = "label",
 *     "uuid" = "uuid",
 *     "description" = "description",
 *     "data" = "data",
 *   },
 *   config_export = {
 *     "uuid",
 *     "id",
 *     "label",
 *     "uuid",
 *     "description",
 *     "data",
 *   },
 *   links = {
 *     "canonical" = "/admin/structure/invite_type/{invite_type}",