Skip to content

Commit f1c21e0

Browse files
committed
Merge branch 'development' into 'master'
prepare release v3.3.1 See merge request dadangnh/iam!312
2 parents f08ebe5 + 082b860 commit f1c21e0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# IAM Changelog
22

3-
## Version 3.3.0 (current stable)
3+
## Version 3.3.1 (current stable)
4+
* fix bugs on endpoint api/pegawais/atasan (atribute pyb)
5+
6+
## Version 3.3.0
47
* fix bugs on endpoint api/pegawais/atasan
58
* add new endpoint api/pegawais/info
69
* update dependency `api-platform/core``v4.2.2`

config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: IAM API Docs
3-
version: 3.3.0
3+
version: 3.3.1
44
description: |
55
Bug report and feature request are welcome, please report [here](https://gitlab.com/dadangnh/iam/-/issues).
66
Newest production version are always available at [https://iam.pajak.or.id/api](https://iam.pajak.or.id/api)

src/Helper/PosisiHelper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,6 @@ public function getPybFromJabatanPegawai(JabatanPegawai $jabatanPegawai, ?string
324324
$tingkatEselonPyb
325325
);
326326
}
327-
return [$parentKantor?->getId(),
328-
$parentUnit?->getId(),
329-
$tipeKantor,
330-
$tingkatEselonPyb];
331327
} else {
332328
$jabatanPegawaiPyb = $this->entityManager
333329
->getRepository(JabatanPegawai::class)

0 commit comments

Comments
 (0)