The Wayback Machine - https://web.archive.org/web/20201029120514/https://github.com/directus/api/
Skip to content
master
Go to file
Code

Latest commit

* Adds UTC version of created_on field to the payload

This code change fixing suppose to fix the issued described in the following tickets:
#1926
directus/app#2834
The created_on field is part of the update request for translations data, but its not converted to UTC when update is processing. It's causing TableGateway to fail when updateWith method is called

* Update CoreServicesProvider.php

* Update CoreServicesProvider.php

Added additional validation for existence of "created_on" field in payload and only then make an update.
67bda0f

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Directus Logo  Directus API

IMPORTANT: You do not install this API directly, it is included in the Directus Suite, located here: directus/directus. This repository is only used to help organize the codebase.

Description

The Directus API is a PHP powered REST / GraphQL API that acts as a layer on top of a relational database.

Installation / Usage

IMPORTANT: Unless contributing to the project, you shouldn't build the API from source. Use directus/directus instead.

  1. Clone the repo
  2. Install the depencencies using composer: composer install
  3. Run the application using any local server, like MAMP, DDEV, Docker, or any other (preferably) Apache installation.

Core Team

Advisors, Sponsors, Partners, and Key Contributors

License

Directus is released under the GPLv3 license. RANGER Studio LLC owns all Directus trademarks and logos on behalf of our project's community. Copyright © 2006-2019, RANGER Studio LLC.

You can’t perform that action at this time.