[Solved] Admin view omits some columns

Check page 84 of text. I do in fact see the same as the top illustration, so my progress so far is OK.

But… the database table has one more column, update_user_id, that is not shown in the admin view. Why not?

Yes, when I go to edit a specific project, I do see all the columns. But what controls which columns are displayed in the admin view? Just as many as will fit?

Andrew

OK, here’s the explanation. In the file protected/views/project/admin.php, the last column is commented out in the call to $this->widget().