Skip to content

Commit 9764eaa

Browse files
committed
Pin the version of an add-on
1 parent 5a4e44c commit 9764eaa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ make start-backend
228228

229229
In your web browser, and assuming you are currently logged in as `admin`, visit the URL http://localhost:8080/Plone/prefs_install_products_form.
230230

231-
Update your add-on.
231+
At the top of the page, you should see an upgrade information. Update your add-on.
232232

233233

234234
(manage-backend-check-out-an-add-on)=
@@ -238,15 +238,15 @@ Update your add-on.
238238
Add the add-on to {file}`requirements.txt`:
239239

240240
```
241-
collective.bookmarks
241+
collective.easyform
242242
```
243243

244244
Check out with {file}`mx.ini`:
245245

246246
```ini
247-
[collective.bookmarks]
248-
url[email protected]:collective/collective.bookmarks.git
249-
branch=master
247+
[collective.easyform]
248+
url[email protected]:collective/collective.easyform.git
249+
branch=dev-branch-name
250250
extras = test
251251
```
252252

@@ -255,7 +255,7 @@ Add it to {file}`instance.yml` to let Zope know that this add-on should be loade
255255
```yaml
256256
default_context:
257257
load_zcml:
258-
package_includes: ['collective.bookmarks']
258+
package_includes: ['collective.easyform']
259259
```
260260
261261
Apply your changes and restart backend:
@@ -267,7 +267,7 @@ make start-backend
267267

268268
In your web browser, and assuming you are currently logged in as `admin`, visit the URL http://localhost:8080/Plone/prefs_install_products_form.
269269

270-
Update your add-on.
270+
Then click the {guilabel}`Install` button to complete installation of `collective.easyform`.
271271

272272

273273
(manage-backend-pin-the-version-of-a-plone-package-against-constraints-label)=

0 commit comments

Comments
 (0)