Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
2c7eb813
Commit
2c7eb813
authored
2 years ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Fix spelling
parent
2d9ca7ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program/models.py
+2
-2
2 additions, 2 deletions
program/models.py
with
2 additions
and
2 deletions
program/models.py
+
2
−
2
View file @
2c7eb813
...
...
@@ -507,7 +507,7 @@ class Schedule(models.Model):
Examples:
1. If RRule is
"
Every 1st Monday
"
and we want its repetition al
y
ways to be on the
1. If RRule is
"
Every 1st Monday
"
and we want its repetition always to be on the
following day, the repetition
'
s RRule is the same but add_days_no is 1
If we would set the repetition to
"
Every 1st Tuesday
"
instead
...
...
@@ -819,7 +819,7 @@ class Schedule(models.Model):
create
.
append
(
projected_ts
)
continue
# Check hash (if start, end, rrule or byweekday changed)
# Check hash (if start, end, rrule or by
_
weekday changed)
if
not
ts
[
"
hash
"
]
in
solutions
:
errors
[
ts
[
"
hash
"
]]
=
_
(
"
This change on the timeslot is not allowed.
"
)
continue
...
...
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