-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add to Campaign Button not Appearing #1
Comments
When you inspect the form is there a |
Here's the opening form tag from that page:
What's the best way to determine if the module is being loaded / installed properly?
Yes, many times. I always have a second tab open to Could it be because we are on SS version I tried downgrading to |
The client I actually built this for in running 4.4.1 :) and it was working there I don't think the lack of namespacing is the issue, it's possible though. You could try outputting the result of
This would go in the model's |
I have a
DataObject
that extendsSilverStripe\CMS\Model\SiteTree
and I can't get the extra three dots button to show up on the edit interface for the DataObject.Here's my
/app/_config/config.yml
The project I'm working on doesn't use namespacing, I'm thinking that might be the reason this isn't working?
There is no customization of the forms happening, I'm unsure of where to put the example code provided. Does this go into the Model files
getCMSFields()
function? Does it belong in the controller? I'm relatively new to SilverStripe so sorry if this is a dumb question.Here's a screenshot of what I see in the edit interface
The text was updated successfully, but these errors were encountered: