TEAMSchools/teamster

student_enrollments_detail Cube folder lists a non-included member

オープン

#4,293 opened on 2026/07/01

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1 件のフォーク)auto 404
cubegood first issue

Repository metrics

Stars
 (14 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Summary

In src/cube/model/views/students/student_enrollments_detail.yml, the meta.folders Enrollment folder lists a member student_enrollment_daily_key, but no such member is included in the view's cubes: includes blocks (the view includes student_attendance_daily_key and student_enrollment_key).

Cube silently drops a folder member that names a non-included dimension, so this is cosmetic — the member simply never renders — but the folder entry is almost certainly a typo.

Pre-existing (predates the teacher-linkage branch); surfaced during the whole-branch review of that work.

Fix

Change the Enrollment folder member student_enrollment_daily_key to student_attendance_daily_key (the view's actual daily key), or remove it from the folder if it is not wanted there.

コントリビューターガイド