Commit c1e06c92 authored by Romain Courteaud's avatar Romain Courteaud Committed by Kazuhiko Shiozaki

erp5_officejs_appstore_base: do not use deprecated script...

erp5_officejs_appstore_base: do not use deprecated script ERP5Site_getAuthenticatedMemberPersonValue
parent eb45c388
......@@ -6,7 +6,7 @@ software_product = portal.software_product_module.newContent(
product_line="software/application",
title=title,
description=description,
source_value=portal.ERP5Site_getAuthenticatedMemberPersonValue()
source_value=portal.portal_membership.getAuthenticatedMember().getUserValue()
)
return software_product.SoftwareProduct_updateApplication(file, changelog=description)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment