Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
cc2e67ce
Commit
cc2e67ce
authored
Aug 04, 2025
by
sawit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit link myskill-x
parent
73e72e5e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
14 deletions
+14
-14
approved-list.component.ts
...ortal/management/approved-list/approved-list.component.ts
+3
-3
portal-category-list-approve.component.ts
...ry-list-approve/portal-category-list-approve.component.ts
+3
-3
portal-category-list.component.ts
...al/portal-category-list/portal-category-list.component.ts
+4
-4
portal-create-category.component.ts
...ortal-create-category/portal-create-category.component.ts
+4
-4
No files found.
src/app/DPU/myskill-x/myportal/management/approved-list/approved-list.component.ts
View file @
cc2e67ce
...
...
@@ -84,11 +84,11 @@ export class ApprovedListComponent implements OnInit {
}
openView
(
id
:
string
){
if
(
id
==
'1'
){
this
.
routes
.
navigate
([
'/
admin
/view-list-excel/1'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-excel/1'
]);
}
else
if
(
id
==
'2'
){
this
.
routes
.
navigate
([
'/
admin
/view-list-doc/1'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-doc/1'
]);
}
else
if
(
id
==
'3'
){
this
.
routes
.
navigate
([
'/
admin
/view-list-course/1'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-course/1'
]);
}
}
}
src/app/DPU/myskill-x/myportal/management/portal-category-list-approve/portal-category-list-approve.component.ts
View file @
cc2e67ce
...
...
@@ -70,11 +70,11 @@ export class PortalCategoryListApproveComponent implements OnInit {
}
openView
(
id
:
string
)
{
if
(
id
==
'1'
)
{
this
.
router
.
navigate
([
'/
admin
/approve-excel'
]);
this
.
router
.
navigate
([
'/
myskill-x
/approve-excel'
]);
}
else
if
(
id
==
'2'
)
{
this
.
router
.
navigate
([
'/
admin
/approve-doc'
]);
this
.
router
.
navigate
([
'/
myskill-x
/approve-doc'
]);
}
else
if
(
id
==
'3'
)
{
this
.
router
.
navigate
([
'/
admin
/approve-course'
]);
this
.
router
.
navigate
([
'/
myskill-x
/approve-course'
]);
}
}
async
getListCount
()
{
...
...
src/app/DPU/myskill-x/myportal/portal-category-list/portal-category-list.component.ts
View file @
cc2e67ce
...
...
@@ -105,13 +105,13 @@ export class PortalCategoryListComponent implements OnInit {
}
openView
(
id
:
string
)
{
if
(
id
==
'1'
)
{
this
.
routes
.
navigate
([
'/
admin
/view-list-excel'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-excel'
]);
}
else
if
(
id
==
'2'
)
{
this
.
routes
.
navigate
([
'/
admin
/view-list-doc'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-doc'
]);
}
else
if
(
id
==
'3'
)
{
this
.
routes
.
navigate
([
'/
admin
/view-list-course'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-course'
]);
}
else
if
(
id
==
'4'
)
{
this
.
routes
.
navigate
([
'/
admin
/view-list-widgets'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/view-list-widgets'
]);
}
}
...
...
src/app/DPU/myskill-x/myportal/portal-create-category/portal-create-category.component.ts
View file @
cc2e67ce
...
...
@@ -107,13 +107,13 @@ export class PortalCreateCategoryComponent implements OnInit {
}
openView
(
id
:
string
){
if
(
id
==
'1'
){
this
.
routes
.
navigate
([
'/
admin
/list-excell'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/list-excell'
]);
}
else
if
(
id
==
'2'
){
this
.
routes
.
navigate
([
'/
admin
/list-doc'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/list-doc'
]);
}
else
if
(
id
==
'3'
){
this
.
routes
.
navigate
([
'/
admin
/list-course'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/list-course'
]);
}
else
if
(
id
==
'4'
){
this
.
routes
.
navigate
([
'/
admin
/list-widgets'
]);
this
.
routes
.
navigate
([
'/
myskill-x
/list-widgets'
]);
}
}
openModal
(
targetModal
:
NgbModal
)
{
...
...
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