Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ERPA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Clinbio
ERPA
Commits
2dec5546
Commit
2dec5546
authored
Nov 24, 2021
by
Dillenn Terumalai
Browse files
Options
Downloads
Plain Diff
Merge branch 'dev'
parents
9bb21645
033f56d5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.idea/workspace.xml
+1
-1
1 addition, 1 deletion
.idea/workspace.xml
app/Exports/Sheets/RecordsPerProjectSheet.php
+1
-1
1 addition, 1 deletion
app/Exports/Sheets/RecordsPerProjectSheet.php
with
2 additions
and
2 deletions
.idea/workspace.xml
+
1
−
1
View file @
2dec5546
...
...
@@ -2,7 +2,7 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"1ddb4e50-491a-44ba-87fc-5ef40f04cd18"
name=
"Changes"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/
config/app
.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/
config/app
.php"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/
app/Exports/Sheets/RecordsPerProjectSheet
.php"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/
app/Exports/Sheets/RecordsPerProjectSheet
.php"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
<option
name=
"HIGHLIGHT_CONFLICTS"
value=
"true"
/>
...
...
This diff is collapsed.
Click to expand it.
app/Exports/Sheets/RecordsPerProjectSheet.php
+
1
−
1
View file @
2dec5546
...
...
@@ -45,7 +45,7 @@ class RecordsPerProjectSheet implements
optional
(
$record
->
purpose
)
->
purpose
,
$record
->
processingCategories
->
implode
(
'category'
,
', '
),
$record
->
note
,
$record
->
dataCategory
->
category
,
optional
(
$record
->
dataCategory
)
->
category
,
optional
(
$record
->
dataSubjectCategory
)
->
category
,
optional
(
$record
->
lawfulBasis
)
->
lawful_basis
,
$record
->
ethics_approval
?
'TRUE'
:
'FALSE'
,
...
...
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