Skip to content
#

content

Here are 673 public repositories matching this topic...

directus
nazariydj
nazariydj commented Apr 7, 2021

Steps to reproduce:

  1. create collection Categories
  2. create collection Articles
  3. add relational field to Articles for example M2O
  4. add rule Author with all permissions on Articles and only read permission on Categories

When author user add/edit Article visually he can add/edit Category. Finally if saving got an arror:

{
  "message": "You do

Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

  • Updated Apr 16, 2021
  • Java

专注于解决推荐领域与搜索领域的两个核心问题:排序预测(Ranking)和评分预测(Rating). 为相关领域的研发人员提供完整的通用设计与参考实现. 涵盖了70多种排序预测与评分预测算法,是最快最全的Java推荐与搜索引擎.

  • Updated Nov 5, 2020
  • Java
distributor
jmslbam
jmslbam commented Feb 13, 2021

Describe the bug
while filtering the permited post types via distributable_post_types, I noticed that the dropdown in de Pull UI has all the post types in the dropdown.

Steps to Reproduce
Filter the permited post types:

add_filter( 'distributable_post_types', function() {
    return [ 'post' => 'post' ];
});

Go to the Pull overview page en check the dropdown.

Improve this page

Add a description, image, and links to the content topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the content topic, visit your repo's landing page and select "manage topics."

Learn more