Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rng
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
rng
Commits
1c325e9e
Commit
1c325e9e
authored
9 years ago
by
dpi
Browse files
Options
Downloads
Patches
Plain Diff
Updated event type strings and README
parent
b252dd09
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
src/Form/EventTypeDeleteForm.php
+1
-1
1 addition, 1 deletion
src/Form/EventTypeDeleteForm.php
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
1c325e9e
...
...
@@ -44,8 +44,8 @@ See MAINTAINERS.txt for a list of official developers.
entity, allowing users to create registrations by providing an email
address.
*
__EventType__: and entity maintaining configuration, and default
values for EventConfig. Each EventType is associated with an
event
bundle. This type exists pending bug #2361775
.
values for EventConfig. Each EventType is associated with an
other
entity/bundle combination
.
# Model
...
...
This diff is collapsed.
Click to expand it.
src/Form/EventTypeDeleteForm.php
+
1
−
1
View file @
1c325e9e
...
...
@@ -20,7 +20,7 @@ class EventTypeDeleteForm extends EntityConfirmFormBase {
* {@inheritdoc}
*/
public
function
getQuestion
()
{
return
$this
->
t
(
'Are you sure you want to delete
settings for
event %label
and all associated registrations
?'
,
array
(
return
$this
->
t
(
'Are you sure you want to delete event
type
%label?'
,
array
(
'%label'
=>
$this
->
entity
->
label
(),
));
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment