Recruitment_site/offer_backend/apps/jobs
TianyangZhang 0fc9ad7971 fix: 修复用户编辑和职位发布报错,优化首页跳转逻辑
- 修复超管编辑用户时password必填导致报错,改为更新时可选
- 修复单位管理员发布职位时organization_id必填校验失败
- 首页"一键进入"按钮跳转到公司列表页
- 成员单位卡片点击跳转到首页对应公司的职位列表
- 管理后台侧边栏新增"返回首页"入口

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-27 13:36:39 +08:00
..
migrations refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00
tests feat: add Job model with search/filter and role-based access 2026-03-24 17:39:58 +08:00
__init__.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
apps.py feat: add custom User model with role-based permissions 2026-03-24 17:11:40 +08:00
filters.py feat: add Job model with search/filter and role-based access 2026-03-24 17:39:58 +08:00
models.py refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00
serializers.py fix: 修复用户编辑和职位发布报错,优化首页跳转逻辑 2026-03-27 13:36:39 +08:00
urls.py refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00
views.py refactor: 调整岗位、应用等模块,适配三栏设计 2026-03-25 13:13:09 +08:00