Skip to content
Snippets Groups Projects

convert

4 unresolved threads

Closes #1537198

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1311 1311 }
1312 1312 $requirements['update status']['title'] = t('Update notifications');
1313 1313
1314 if (Settings::get('development_mode', FALSE)) {
  • 243 243 # This is not applicable when a queue is suspended but does not specify
    244 244 # how long to wait before attempting to resume.
    245 245 suspendMaximumWait: 30
    246
    247 # Development mode.
    248 #
    249 # Set to 'true' to enable more verbose error messages. We try to not only log
    250 # errors, but also display them when in development mode. This is unrelated to
    251 # development specific settings, such as disabled TWIG caching or aggregated
    252 # CSS and JS.
  • 1584 1593 }
    1585 1594 }
    1586 1595
    1587 // Add warning when twig debug option is enabled.
    1596 // Add warnings for development mode.
  • 243 243 # This is not applicable when a queue is suspended but does not specify
    244 244 # how long to wait before attempting to resume.
    245 245 suspendMaximumWait: 30
    246
    247 # Development mode.
    248 #
    249 # Set to 'true' to enable more verbose error messages. We try to not only log
    250 # errors, but also display them when in development mode. This is unrelated to
    251 # development specific settings, such as disabled TWIG caching or aggregated
    252 # CSS and JS.
    Please register or sign in to reply
    Loading