Open
Conversation
# Conflicts: # src/pages/achievements/view/achievements-view.page.ts # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/activities/list/list.page.ts # src/pages/activities/list/popup.ts # src/pages/assessments/assessments.page.ts # src/pages/assessments/group/assessments-group.page.ts # src/pages/assessments/popup/items-popup.page.ts # src/pages/events/checkin/event-checkin.page.ts # src/pages/events/list/list.page.ts # src/pages/events/view/events-view.page.ts # src/pages/forget-password/forget-password.ts # src/pages/gallery/gallery.ts # src/pages/levels/list/list.ts # src/pages/login/login.ts # src/pages/magic-link/magic-link.ts # src/pages/rankings/list/rankings.page.ts # src/pages/rankings/view/ranking-badges.ts # src/pages/rankings/view/ranking-details.page.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/leaderboard/leaderboard-settings.page.ts # src/pages/settings/settings.page.ts # src/pages/team/team.ts # src/pages/term-condition/term-condition.page.ts
this is generated locally at code compilation
|
Hi @trtshen, please resolve the conflicts. ^_^ |
# Conflicts: # src/app/app.module.ts # src/pages/forget-password/forget-password.ts # src/pages/login/login.ts # src/pages/registration/register.page.ts # src/pages/registration/registration.page.ts # src/pages/reset-password/reset-password.ts # src/pages/settings/settings.page.ts # src/pages/term-condition/term-condition.page.ts
# Conflicts: # src/pages/activities-classic/list/activities-classic-list.page.ts # src/pages/registration/register.page.ts # src/pages/reset-password/reset-password.ts
| let refs = this.rebuildReferences(activity.References); | ||
| if (!_.isEmpty(sequence)) { | ||
| // @NOTE: API only support first ActivitySequence atm | ||
| // activity.ActivitySequence.forEach(seq => { |
There was a problem hiding this comment.
Hi @trtshen, do we need to remove this commented code?
Contributor
Author
There was a problem hiding this comment.
@dameng03 @DamengRandom that is retained as a reference to comment at line 307.
Let's keep this as a reference for future Practera API changes.
| // activity.ActivitySequence.forEach(seq => { | ||
| let modelId = sequence.model_id; | ||
| sequence.context_id = refs[modelId]; | ||
| // }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.