Skip to content
Snippets Groups Projects
Commit b417810b authored by catch's avatar catch
Browse files

Revert "Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set...

Revert "Issue #3260173 by andregp, joachim, tstoeckler, nod_: Media should set the owner field to anonymous if no explicit owner is set"

This reverts commit 7aa35b3f.

(cherry picked from commit 6415ee9b)
parent 99524ce1
No related branches found
No related tags found
5 merge requests!4488Issue #3376281: Random machine names no longer need to be wrapped in strtolower(),!3000Issue #793660: Check for failure of hook_install,!1627Issue #3082958: Add gitignore(s) to composer-ready project templates,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display
...@@ -458,7 +458,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) { ...@@ -458,7 +458,6 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
$fields['uid'] $fields['uid']
->setLabel(t('Authored by')) ->setLabel(t('Authored by'))
->setRequired(TRUE)
->setDescription(t('The user ID of the author.')) ->setDescription(t('The user ID of the author.'))
->setRevisionable(TRUE) ->setRevisionable(TRUE)
->setDisplayOptions('form', [ ->setDisplayOptions('form', [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment