Skip to content

fix(#0001): restore files incorrectly resolved during rebase - #14

Closed
hectorguillen-blip wants to merge 15 commits into
7369-admin-angular-upgradefrom
fix/users-list-patch
Closed

fix(#0001): restore files incorrectly resolved during rebase#14
hectorguillen-blip wants to merge 15 commits into
7369-admin-angular-upgradefrom
fix/users-list-patch

Conversation

@hectorguillen-blip

Copy link
Copy Markdown

fix(#1): restore auth.service.spec.ts and cht-datasource.service.ts after rebase conflict

During the rebase onto 7369-admin-angular-upgrade, two files were incorrectly resolved,
leaving older versions in place:

  • admin-tool/tests/karma/ts/services/auth.service.spec.ts
  • admin-tool/src/ts/services/cht-datasource.service.ts

This patch restores the correct versions of both files.

@@ -1,11 +1,17 @@
import { Injectable } from '@angular/core';
<<<<<<< fix/users-list-patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this shouldn't be here

<<<<<<< fix/users-list-patch
=======
import { HttpClient } from '@angular/common/http';
>>>>>>> 7369-admin-angular-upgrade

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

private dataContext!: DataContext;

constructor(
<<<<<<< fix/users-list-patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of this markers should be in the code


it('should return false when user has none of the permissions in any group', async () => {
sessionService.userCtx.returns({ roles: ['district_admin'] });
<<<<<<< fix/users-list-patch

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just choose with changes you're gonna keep but please remove all this thing. This should be showing an error when compiling because this is not a comment

can_backup_people: ['national_admin'],
},
});
=======

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just leave the new lines and remove the indicators

@jomcarvajal jomcarvajal left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Be careful next time you upload this kind of thing. Merge conflicts indicators shouldn't be here under any circumstances

@SigifredoChaconB
SigifredoChaconB deleted the fix/users-list-patch branch April 1, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants