Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
a21bd548
Commit
a21bd548
authored
Apr 19, 2024
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove other typeUnity in tasks
parent
2786bc02
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
20 deletions
+0
-20
annexe-task.component.html
src/app/pieces/tasks/annexe-task/annexe-task.component.html
+0
-5
final-task.component.html
src/app/pieces/tasks/final-task/final-task.component.html
+0
-5
optionnal-task.component.html
...pieces/tasks/optionnal-task/optionnal-task.component.html
+0
-5
task.component.html
src/app/pieces/tasks/task/task.component.html
+0
-5
No files found.
src/app/pieces/tasks/annexe-task/annexe-task.component.html
View file @
a21bd548
...
...
@@ -145,7 +145,6 @@
<option
value=
"depositObject"
>
{{'task_unity_type_depositObject' | translate}}
</option>
<option
value=
"askToSeeRole"
>
{{'task_unity_type_askToSeeRole' | translate}}
</option>
<option
value=
"interactObject"
>
{{'task_unity_type_interactObject' | translate}}
</option>
<option
value=
"other"
>
{{'task_unity_type_other' | translate}}
</option>
</select>
</div>
<div
class=
"piece-form-content-unity-typeContent"
>
...
...
@@ -277,10 +276,6 @@
<input
name=
"interactionName"
type=
"text"
[(
ngModel
)]="
task
.
interactionName
"
[
placeholder
]="
translate
.
instant
('
task_unity_interactName_placeholder
')"
/>
</div>
</div>
<div
class=
"piece-form-content-unity-typeContent-other"
*
ngIf=
"task.typeUnity == 'other'"
>
<textarea
[(
ngModel
)]="
task
.
other
"
></textarea>
</div>
</div>
<div
class=
"piece-form-content-unity-infos"
>
...
...
src/app/pieces/tasks/final-task/final-task.component.html
View file @
a21bd548
...
...
@@ -178,7 +178,6 @@
<option
value=
"depositObject"
>
{{'task_unity_type_depositObject' | translate}}
</option>
<option
value=
"askToSeeRole"
>
{{'task_unity_type_askToSeeRole' | translate}}
</option>
<option
value=
"interactObject"
>
{{'task_unity_type_interactObject' | translate}}
</option>
<option
value=
"other"
>
{{'task_unity_type_other' | translate}}
</option>
</select>
</div>
<div
class=
"piece-form-content-unity-typeContent"
>
...
...
@@ -310,10 +309,6 @@
<input
name=
"interactionName"
type=
"text"
[(
ngModel
)]="
task
.
interactionName
"
[
placeholder
]="
translate
.
instant
('
task_unity_interactName_placeholder
')"
/>
</div>
</div>
<div
class=
"piece-form-content-unity-typeContent-other"
*
ngIf=
"task.typeUnity == 'other'"
>
<textarea
[(
ngModel
)]="
task
.
other
"
></textarea>
</div>
</div>
<div
class=
"piece-form-content-unity-infos"
>
...
...
src/app/pieces/tasks/optionnal-task/optionnal-task.component.html
View file @
a21bd548
...
...
@@ -179,7 +179,6 @@
<option
value=
"depositObject"
>
{{'task_unity_type_depositObject' | translate}}
</option>
<option
value=
"askToSeeRole"
>
{{'task_unity_type_askToSeeRole' | translate}}
</option>
<option
value=
"interactObject"
>
{{'task_unity_type_interactObject' | translate}}
</option>
<option
value=
"other"
>
{{'task_unity_type_other' | translate}}
</option>
</select>
</div>
<div
class=
"piece-form-content-unity-typeContent"
>
...
...
@@ -311,10 +310,6 @@
<input
name=
"interactionName"
type=
"text"
[(
ngModel
)]="
task
.
interactionName
"
[
placeholder
]="
translate
.
instant
('
task_unity_interactName_placeholder
')"
/>
</div>
</div>
<div
class=
"piece-form-content-unity-typeContent-other"
*
ngIf=
"task.typeUnity == 'other'"
>
<textarea
[(
ngModel
)]="
task
.
other
"
></textarea>
</div>
</div>
<div
class=
"piece-form-content-unity-infos"
>
...
...
src/app/pieces/tasks/task/task.component.html
View file @
a21bd548
...
...
@@ -177,7 +177,6 @@
<option
value=
"depositObject"
>
{{'task_unity_type_depositObject' | translate}}
</option>
<option
value=
"askToSeeRole"
>
{{'task_unity_type_askToSeeRole' | translate}}
</option>
<option
value=
"interactObject"
>
{{'task_unity_type_interactObject' | translate}}
</option>
<option
value=
"other"
>
{{'task_unity_type_other' | translate}}
</option>
</select>
</div>
<div
class=
"piece-form-content-unity-typeContent"
>
...
...
@@ -310,10 +309,6 @@
</div>
</div>
<div
class=
"piece-form-content-unity-typeContent-other"
*
ngIf=
"task.typeUnity == 'other'"
>
<textarea
[(
ngModel
)]="
task
.
other
"
></textarea>
</div>
</div>
<div
class=
"piece-form-content-unity-infos"
>
<div
class=
"piece-form-content-unity-infos-name"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment