Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • M Ministerio de economía y finanzas MEF
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • portal
  • Ministerio de economía y finanzas MEF
  • Merge requests
  • !90

fix scheduler noticia

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Leticia Ferreira requested to merge leticia-dev41 into master 11 months ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2
Compare
  • master (base)

and
  • latest version
    b1928922
    1 commit, 11 months ago

2 files
+ 25
− 3

    Preferences

    File browser
    Compare changes
web/profiles/contrib/isa/modules/custom/portal_express_noticias/config/install/core.entity_form_display.node.noticias.default.yml
+ 19
− 3
  • View file @ b1928922

  • Edit in single-file editor

  • Open in Web IDE


@@ -18,6 +18,7 @@ dependencies:
- maxlength
- paragraphs
- path
- scheduler
- text
_core:
default_config_hash: pflBfoPKuXPnc6yoMJTj9fZlULlknIB_b2IDWEv4WCk
@@ -137,6 +138,17 @@ content:
settings:
display_label: true
third_party_settings: { }
publish_on:
type: datetime_timestamp_no_default
weight: 52
region: content
settings: { }
third_party_settings: { }
scheduler_settings:
weight: 50
region: content
settings: { }
third_party_settings: { }
simple_sitemap:
weight: 10
region: content
@@ -183,11 +195,15 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
unpublish_on:
type: datetime_timestamp_no_default
weight: 54
region: content
settings: { }
third_party_settings: { }
url_redirects:
weight: 14
region: content
settings: { }
third_party_settings: { }
hidden:
publish_on: true
unpublish_on: true
\ No newline at end of file
hidden: { }
web/profiles/contrib/isa/updates/updates.php
+ 6
− 0
  • View file @ b1928922

  • Edit in single-file editor

  • Open in Web IDE


@@ -454,4 +454,10 @@ function isa_update_9306(&$sandbox) {
\Drupal::service('module_installer')->install([
'ban', 'username_enumeration_prevention', 'remove_http_headers'
]);
}
function isa_update_9307(&$sandbox) {
_isa_import_config([
'portal_express_noticias',
]);
}
\ No newline at end of file
Assignee
Leticia Ferreira's avatar
Leticia Ferreira
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 Participant
Leticia Ferreira
Reference: portal/ministerio-de-economia-y-finanzas-mef!90
Source branch: leticia-dev41

Menu

Explore Projects Groups Topics Snippets