Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
e076a537
Unverified
Commit
e076a537
authored
4 years ago
by
Vinu Kumar
Committed by
GitHub
4 years ago
Browse files
Options
Download
Plain Diff
Issue #SH-153 merge: Merge pull request #5126 from sudip-mukherjee/release-3.3.0-sh-153
Issue #SH-153 feat: Add any content to group implementation
parents
2da0d172
cc1eaacc
master
Dark_theme
SB-25589
SB-28090
aws_fileRead
dependabot/npm_and_yarn/src/app/client/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/app/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/app/express-4.17.3
dependabot/npm_and_yarn/src/app/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/OpenRAP/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/desktop/OpenRAP/express-4.17.3
dependabot/npm_and_yarn/src/desktop/OpenRAP/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/OpenRAP/qs-6.5.3
dependabot/npm_and_yarn/src/desktop/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/desktop/express-4.17.3
dependabot/npm_and_yarn/src/desktop/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/qs-6.10.3
filters_5.1.1
gcp
gcp_test
keshavprasadms-patch-1
keshavprasadms-patch-2
release-3.3.0
release-3.3.0-telemetry-fix
release-3.3.1
release-3.3.2
release-3.4.0
release-3.4.1
release-3.4.2
release-3.4.3
release-3.4.4
release-3.4.5
release-3.4.6
release-3.4.7
release-3.5.0
release-3.5.1
release-3.5.2
release-3.5.3
release-3.6.0
release-3.6.1
release-3.6.5
release-3.6.6
release-3.7.0
release-3.7.1
release-3.7.2
release-3.8.0
release-3.8.1
release-3.8.2
release-3.8.3
release-3.9.0
release-3.9.1
release-3.9.2
release-3.9.3
release-4.0.0
release-4.0.1
release-4.0.2
release-4.1
release-4.1.0
release-4.1.1
release-4.10.0
release-4.10.0.1
release-4.10.1
release-4.10.2
release-4.10.2.1
release-4.10.2.2
release-4.10.3
release-4.2.0
release-4.2.1
release-4.3.0
release-4.3.1
release-4.4.0
release-4.4.1
release-4.5.0
release-4.5.1
release-4.5.2
release-4.6.0
release-4.7.0
release-4.7.1
release-4.8.0
release-4.8.5
release-4.9.0
release-4.9.1
release-5.0.0
release-5.0.0.1
release-5.0.0.2
release-5.0.0.3
release-5.0.1
release-5.0.2
release-5.1.0
release-5.1.1
revert-5244-sh-809
revert-5260-SB-table-3.3.0
revert-8284-release-5.0.0
sharathkashyap-patch-1
Tags unavailable
No related merge requests found
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/app/client/package.json
+1
-1
src/app/client/package.json
src/app/client/src/app/modules/groups/components/activity/activity-search/activity-search.component.data.spec.ts
+107
-0
...ty/activity-search/activity-search.component.data.spec.ts
src/app/client/src/app/modules/groups/components/activity/activity-search/activity-search.component.html
+8
-6
...s/activity/activity-search/activity-search.component.html
src/app/client/src/app/modules/groups/components/activity/activity-search/activity-search.component.spec.ts
+28
-6
...ctivity/activity-search/activity-search.component.spec.ts
src/app/client/src/app/modules/groups/components/activity/activity-search/activity-search.component.ts
+39
-7
...nts/activity/activity-search/activity-search.component.ts
src/app/client/src/app/modules/groups/components/activity/add-activity-content-types/add-activity-content-types.component.html
+20
-0
...y-content-types/add-activity-content-types.component.html
src/app/client/src/app/modules/groups/components/activity/add-activity-content-types/add-activity-content-types.component.scss
+0
-0
...y-content-types/add-activity-content-types.component.scss
src/app/client/src/app/modules/groups/components/activity/add-activity-content-types/add-activity-content-types.component.spec.ts
+232
-0
...ontent-types/add-activity-content-types.component.spec.ts
src/app/client/src/app/modules/groups/components/activity/add-activity-content-types/add-activity-content-types.component.ts
+117
-0
...ity-content-types/add-activity-content-types.component.ts
src/app/client/src/app/modules/groups/components/activity/add-activity-content-types/add-activity-content-types.spec.data.ts
+136
-0
...ity-content-types/add-activity-content-types.spec.data.ts
src/app/client/src/app/modules/groups/components/activity/index.ts
+1
-0
...lient/src/app/modules/groups/components/activity/index.ts
src/app/client/src/app/modules/groups/components/group-details/group-details.component.html
+1
-5
...ups/components/group-details/group-details.component.html
src/app/client/src/app/modules/groups/components/group-details/group-details.component.spec.data.ts
+45
-0
...onents/group-details/group-details.component.spec.data.ts
src/app/client/src/app/modules/groups/components/group-details/group-details.component.spec.ts
+11
-8
.../components/group-details/group-details.component.spec.ts
src/app/client/src/app/modules/groups/components/group-details/group-details.component.ts
+9
-5
...roups/components/group-details/group-details.component.ts
src/app/client/src/app/modules/groups/components/group-members/group-members.component.ts
+1
-1
...roups/components/group-members/group-members.component.ts
src/app/client/src/app/modules/groups/groups-routing.module.ts
+14
-6
...pp/client/src/app/modules/groups/groups-routing.module.ts
src/app/client/src/app/modules/groups/groups.module.ts
+3
-2
src/app/client/src/app/modules/groups/groups.module.ts
src/app/client/src/app/modules/groups/interfaces/routerLinks.ts
+1
-0
...p/client/src/app/modules/groups/interfaces/routerLinks.ts
src/app/client/src/app/modules/groups/services/groups/groups.service.ts
+4
-0
.../src/app/modules/groups/services/groups/groups.service.ts
with
778 additions
and
47 deletions
+778
-47
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets