Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8840739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:32:03+00:00 2026-06-14T10:32:03+00:00

there is a model admin section in the cms. for the content authors the

  • 0

there is a model admin section in the cms. for the content authors the model admin section shows up in the sidebar (i´ve set Access to ‘ModelAdmin’ section in the Permissions for the Group.) But for some reason no DataObjects are displayed. Logged in as admin I can see them all.

EDIT: this applies to GridFields in general:
related data objects are not visible in gridfield for content authors.
adding the canView function to the dataobject will help.

Thanks,
Florian

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T10:32:04+00:00Added an answer on June 14, 2026 at 10:32 am

    SilverStripe 2.4?

    This could be a permission issue. I would try adding the following functions to your managed models (The DataObject classes) if they are missing.

    public function canEdit() {
        return true;
    }
    
    public function canDelete() {
        return true;
    }
    
    public function canCreate(){
        return true;
    }
    
    public function canPublish(){
        return true;
    }
    
    public function canView(){
        return true;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any tool to generate CRUD admin site from Entity Framework Model? Something
Is there any way to group the models in django admin interface? I currently
I'm about to write a admin panel for my CMS written in CodeIgniter. There
Here is my controller public function login() { $this->load->model('admin_model'); $access = $this->admin_model->check_login(); $data['content'] =
I've added a method highlight_link to my model's admin.py class: class RadioGridAdmin(admin.ModelAdmin): list_display =
In my model there are an entity generator, some attribute function(out_attrName) and an entity
Say I've a user model and there are bunch of user info, like email,
Is there a way to check CakePHP's model relationships? One model is saving twice
Is there a way to use the SQL Model (dbml) builder in VS2010 using
is there an easy approach to store my model, which I use with EclipseLink,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.