Skip to content

Commit

Permalink
2sxc 16 standards and state update
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalko committed Sep 22, 2023
1 parent f16d86e commit e9ad9e0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion App_Data/app.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="16.04.00" ExportDate="2023-08-23T18:05:32.3637239+02:00">
<SexyContent FileVersion="07.00.00" MinimumRequiredVersion="07.04.02" ModuleVersion="16.07.00" ExportDate="2023-09-22T11:23:36.6515+02:00">
<Header>
<App Guid="fd3de96e-fe4c-4f8e-a83d-0a9cba898666" />
<Language Default="en-us" />
Expand Down
2 changes: 1 addition & 1 deletion live/Registration.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div class="app-events6 app-events6-form"
@Kit.Edit.TagToolbar(eventDate)
events-@MyContext.Module.Id
events-@UniqueKey
data-string-required="@App.Resources.String("ValidationRequired")"
data-string-email="@App.Resources.String("ValidationEmail")"
data-webservice="app/auto/@Edition/api/Form/ProcessForm"
Expand Down
2 changes: 1 addition & 1 deletion live/shared/Assets.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};

var data = new {
domAttribute = "events-" + MyContext.Module.Id,
domAttribute = "events-" + UniqueKey,
options = pristineOptions
};
}
Expand Down
2 changes: 1 addition & 1 deletion staging/Registration.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div class="app-events6 app-events6-form"
@Kit.Edit.TagToolbar(eventDate)
events-@MyContext.Module.Id
events-@UniqueKey
data-string-required="@App.Resources.String("ValidationRequired")"
data-string-email="@App.Resources.String("ValidationEmail")"
data-webservice="app/auto/@Edition/api/Form/ProcessForm"
Expand Down
2 changes: 1 addition & 1 deletion staging/shared/Assets.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};

var data = new {
domAttribute = "events-" + MyContext.Module.Id,
domAttribute = "events-" + UniqueKey,
options = pristineOptions
};
}
Expand Down

0 comments on commit e9ad9e0

Please sign in to comment.