Skip to content

PDF出力時に管理者用パスワードを設定できるようにする#1943

Closed
Iwamoto-Yoshiki2 wants to merge 4 commits intomasterfrom
feature/1918-pdf-owner-password
Closed

PDF出力時に管理者用パスワードを設定できるようにする#1943
Iwamoto-Yoshiki2 wants to merge 4 commits intomasterfrom
feature/1918-pdf-owner-password

Conversation

@Iwamoto-Yoshiki2
Copy link
Contributor

対応内容

closes #1918

動作確認・スクリーンショット(任意)

template作成画面にAdmin Password AttributeNameを追加しました。
管理者とユーザーそれぞれでパスワード設定できることを確認しました。
{ABDD47F6-6E58-43A5-9B66-6C711B2B20CA}

レビュー観点・補足情報(任意)

Admin Password AttributeNameを管理者用パスワード用フィールドとして新たに追加し、既存のPassword AttributeNameをユーザー用パスワード用フィールドとして使用するようにしています。
後方互換対応としてAdmin Password AttributeNameに値が設定されておらず、かつPassword AttributeNameに値が設定されている場合はPassword AttributeNameの値を使用するようにしています。

JasperReportingOutputModel: 新しいowner/userパスワード属性名を追加し、古い属性名を非推奨に設定
MetaJasperReportType: 新しいowner/userパスワード属性名を追加し、古い属性名を非推奨に設定
JasperReportType: 新しいowner/userパスワード属性名を追加し、古い属性名を非推奨に設定
@Iwamoto-Yoshiki2 Iwamoto-Yoshiki2 deleted the feature/1918-pdf-owner-password branch February 24, 2026 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PDFパスワード、owerとuserで別設定できるようにする

1 participant