This repository was archived by the owner on Jul 25, 2025. It is now read-only.
Commit 8f766a5
Fix: Simplify article author management in Avo
- Remove direct author belongs_to field that was causing NoMethodError
- Organize fields into tabs for better UX
- Manage authors through the authorship association in the Author tab
- Remove custom update_model_record that was interfering with saves
Authors should now be managed through the authorship association:
1. Go to Author tab when editing an article
2. Edit the authorship record
3. Select/change the author there
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent afa8e16 commit 8f766a5
1 file changed
Lines changed: 8 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 13 | | |
18 | | - | |
19 | 14 | | |
20 | 15 | | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
23 | 21 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 22 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
41 | 26 | | |
42 | | - | |
43 | | - | |
44 | 27 | | |
45 | 28 | | |
0 commit comments