Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
b45c3bc4
Commit
b45c3bc4
authored
Dec 29, 2020
by
ZeMKI
Browse files
Remove token anywhere
* now a user can remove a user anywhere in the create study
parent
36156356
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.idea/dictionaries/belli.xml
View file @
b45c3bc4
...
...
@@ -2,6 +2,7 @@
<dictionary
name=
"belli"
>
<words>
<w>
screenshot
</w>
<w>
semibold
</w>
</words>
</dictionary>
</component>
\ No newline at end of file
app/Token.php
View file @
b45c3bc4
...
...
@@ -92,7 +92,7 @@ class Token extends Model
else
$token
->
author
=
Auth
::
user
()
->
id
;
if
(
!
empty
(
$tokenToSave
[
'properties'
]))
$token
->
properties
=
$tokenToSave
[
'properties'
];
else
$token
->
properties
=
'{"description":""}'
;
}
...
...
resources/js/components/newstudy.vue
View file @
b45c3bc4
This diff is collapsed.
Click to expand it.
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