Revision 59298
Added by Konstantina Galouni about 4 years ago
- added
- modified
- copied
- renamed
- deleted
- dnet40
- modules
- uoa-admin-portal
- branches
- use-UoaAdminToolsLibrary
- src
- app
- domain
- div-help-content.ts (diff)
- html-page-content.ts (diff)
- page-help-content.ts (diff)
- portal.ts /dnet40/modules/uoa-admin-portal/branches/use-UoaAdminToolsLibrary/src/app/domain/community.ts
- pages
- services
- domain
- app
- src
- use-UoaAdminToolsLibrary
- branches
- uoa-admin-portal
- modules
[use-UoaAdminToolsLibrary | Admin]:
1. "domain/community.ts" renamed to "domain/portal.ts".
2. portal.ts: "Community" interface renamed to "Portal" | "CheckCommunity" interface renamed to "CheckPortal".
3. div-help-content.ts & html-page-content.ts & page-help-content.ts & communities.component.ts & community-form.component.html &
div-help-contents.component.ts & entities.component.ts & page-help-contents.component.ts & pages.component.ts & stats.component.ts & help-content.service.ts:
import and use "Portal" (and "CheckPortal") interfaces instead of "Community" (and "CheckCommunity").
4. help-content.service.ts: Rename method parameters (e.g. community_pid --> portal_pid).