@finema/finework-layer 1.0.79 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.80](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.79...1.0.80) (2026-06-16)
4
+
3
5
  ## [1.0.79](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.78...1.0.79) (2026-06-16)
4
6
 
5
7
  ## [1.0.78](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.77...1.0.78) (2026-06-12)
@@ -154,13 +154,13 @@ const getLink = (item: INotificationItem) => {
154
154
  {
155
155
  switch (item.action_type) {
156
156
  case 'EVALUATION_GENERAL_REMINDER':
157
- return `/evaluation/evaluator/${item.data?.evaluation_id}`
157
+ return `/evaluation/evaluator/${item.source_id}`
158
158
 
159
159
  case 'EVALUATION_PROBATION_REMINDER':
160
- return `/evaluation/probation/${item.data?.evaluation_id}`
160
+ return `/evaluation/probation/${item.source_id}`
161
161
 
162
162
  case 'EVALUATION_ANNUAL_REMINDER':
163
- return `/evaluation/annuals/${item.data?.evaluation_id}/submission`
163
+ return `/evaluation/annuals/${item.source_id}/submission`
164
164
  default:
165
165
  return '#'
166
166
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@finema/finework-layer",
3
3
  "type": "module",
4
- "version": "1.0.79",
4
+ "version": "1.0.80",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground -o",