Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paymentの物理削除対応 #2499

Conversation

kiy0taka
Copy link
Contributor

@kiy0taka kiy0taka commented Sep 11, 2017

以下を参考にコメントを作成してください。

概要(Overview・Refs Issue)

  • del_flgの廃止
  • 物理削除処理
  • visibleプロパティによるフロントでの表示/非表示対応

関連

#2490
#2314

@kiy0taka kiy0taka added this to the 3.1.0 milestone Sep 11, 2017
@kiy0taka kiy0taka changed the base branch from experimental/3.1 to experimental/physical-delete September 11, 2017 06:39
@@ -38,6 +38,16 @@
class Payment extends \Eccube\Entity\AbstractEntity
{
/**
* @var int
*/
const ACTIVE = 0;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kiy0taka ACTIVEとOBSOLETEは使ってない?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消し忘れでした。

@chihiro-adachi chihiro-adachi merged commit 2178073 into EC-CUBE:experimental/physical-delete Sep 12, 2017
@kiy0taka kiy0taka deleted the dev/physical-delete-payment branch September 15, 2017 00:20
okazy added a commit to okazy/ec-cube that referenced this pull request Jul 21, 2020
論理削除はなくなったので不適切なコメントを削除
refs EC-CUBE#2499
okazy added a commit to okazy/ec-cube that referenced this pull request Jul 21, 2020
論理削除はなくなったので不適切なコメントを削除
refs EC-CUBE#2499
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants