Takuro Hishikawa
Takuro Hishikawa
You'll get `Argument 2 passed to Concrete\Core\Navigation\Item\Item::__construct() must be of the type string, null given` error when you unapproved all versions of a parent page. Let's avoid this error
### Description You can use the Social Links attribute type for Users to enable users to set their social network accounts. However, the attribute type controller doesn't validate URLs so...
### Description You can filter page list results by enabling the "Filter By Related" option. This will pick one topic randomly. https://github.com/concrete5/concrete5/blob/b9afb34f96051362e578a5477092cf707962b66c/concrete/blocks/page_list/controller.php#L245-L255 However, the topic attribute can filter by multiple...
### Description This is a request from my client. The "Cancel" button of the content blocks is next to the "Save" button, so sometimes they clicked the cancel button by...
We added DestinationPicker on #6827 It's really fine for edit mode, the code is super clean, but it doesn't take care of importing data from an XML file. ``` list($imageLinkType,...
In advanced permission mode, we are able to limit the edit permissions of page properties and page attributes. However, we can edit these limited properties through the composer form. Should...
We are discussing about User Workflow on #2996 . Can we start discussing also about File workflow? - AddFileRequest - ApproveFileRequest - ChangeFilePermissionRequest - DeleteFileRequest
This is my implementation of the feature all c5 bloggers wanted. Anyone interested? I can make pull request of this. thanks! - [source](https://bitbucket.org/hissy/addon_mobile_composer) - [demo movie](https://www.youtube.com/watch?v=1ZM8C2uYrkQ)
It should be replace StatesProvincesList in concrete5
Some guys already reported in the past, but I got the same error, so raised the new issue. ``` Exception Occurred: /path/to/concrete/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php:679 Entity 'Concrete\Package\CommunityStore\Entity\Attribute\Key\StoreProductKey' has to be part of the...