From 4e477accc4d5d084c65144d9b23234ffc314ea44 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 4 Aug 2023 22:37:36 +0100 Subject: [PATCH] daily-email: add 2023-08-03 What problem are we trying to solve? --- src/content/daily-email/2023-08-03.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/content/daily-email/2023-08-03.md diff --git a/src/content/daily-email/2023-08-03.md b/src/content/daily-email/2023-08-03.md new file mode 100644 index 00000000..49ca9cb6 --- /dev/null +++ b/src/content/daily-email/2023-08-03.md @@ -0,0 +1,19 @@ +--- +title: > + What problem are we trying to solve? +pubDate: 2023-08-03 +permalink: > + archive/2023/08/03/what-problem-are-we-trying-to-solve +tags: + - drupal +--- + +The Override Node Options module that I said yesterday is used on 35,000 websites isn't a complicated module. + +It doesn't add a lot of features. + +It solves a problem by adding additional permissions to Drupal that site administrators can assign to user roles and not need to give a more global permission like "administer nodes". + +The problem being solved is allowing users to set node options, like the created date or published status, in a secure way. + +If it wasn't solving a problem, it wouldn't be used on 35,000 Drupal websites.